Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-mthwm is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1716887821944"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_chess_svc_cluster_local_chessx"
  name: "centos-7-mthwm"
  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-mthwm"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-mthwm"
    - 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-3206.vb_15dcf73f6a_9"
    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-mthwm (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/devel AUTO build-bundle-release
[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-ixyv88C0vfzk/agent.42
SSH_AGENT_PID=44
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/devel AUTO build-bundle-release@tmp/private_key_17638847372198761774.key (/home/jenkins/agent/workspace/devel AUTO build-bundle-release@tmp/private_key_17638847372198761774.key)
[ssh-agent] Using credentials genie.chess (ssh://genie.chess@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/chess/chess.git
 > git init /home/jenkins/agent/workspace/devel AUTO build-bundle-release # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/chess/chess.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/chess/chess.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://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/devel^{commit} # timeout=10
Checking out Revision cac05b707386e3829c9bceaa3e79727caf3ff2f7 (refs/remotes/origin/devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cac05b707386e3829c9bceaa3e79727caf3ff2f7 # timeout=10
Commit message: "Merge branch '141-replace-smd-diagrams-names-with-actual-name-of-owner-class' into 'devel'"
 > git rev-list --no-walk cac05b707386e3829c9bceaa3e79727caf3ff2f7 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[devel AUTO build-bundle-release] $ Xvnc -help
Starting xvnc
[devel AUTO build-bundle-release] $ Xvnc :23 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34
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


Tue May 28 09:17:20 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5923
 vncext:      created VNC server for screen 0
[devel AUTO build-bundle-release] $ /bin/sh -xe /tmp/jenkins6568600576758420284.sh
+ javac -version
javac 11.0.2
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 33383
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[org.polarsys.chess.parent] $ /opt/tools/java/openjdk/jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.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 33383
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/pom.xml -P Eclipse-2021-03-Java11-devel,bundle install
[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/2.4.0/tycho-maven-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.4.0/tycho-maven-plugin-2.4.0.pom (2.1 kB at 8.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.4.0/tycho-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.4.0/tycho-2.4.0.pom (17 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.4.0/tycho-core-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.4.0/tycho-core-2.4.0.pom (6.6 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 979 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 950 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 110 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 283 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 271 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 220 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 557 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 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 673 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 68 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.4/org.eclipse.sisu.plexus-0.3.4.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.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 547 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 80 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 112 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 719 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 828 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 102 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.4/org.eclipse.sisu.inject-0.3.4.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.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 497 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 229 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 730 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 426 kB/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 590 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 576 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 363 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 628 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 297 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 112 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 599 kB/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 979 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 350 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 3.9 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 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 421 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 176 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 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.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/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 364 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 133 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 487 kB/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 161 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/2.4.0/org.eclipse.tycho.p2.tools.shared-2.4.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/2.4.0/org.eclipse.tycho.p2.tools.shared-2.4.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-bundles/2.4.0/tycho-bundles-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.4.0/tycho-bundles-2.4.0.pom (3.2 kB at 34 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/2.4.0/org.eclipse.tycho.p2.resolver.shared-2.4.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/2.4.0/org.eclipse.tycho.p2.resolver.shared-2.4.0.pom (1.1 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 413 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 731 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 581 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.4.0/sisu-equinox-embedder-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.4.0/sisu-equinox-embedder-2.4.0.pom (1.8 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.4.0/sisu-equinox-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.4.0/sisu-equinox-2.4.0.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/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 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.4.0/sisu-equinox-api-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.4.0/sisu-equinox-api-2.4.0.pom (1.7 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.4.0/tycho-metadata-model-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.4.0/tycho-metadata-model-2.4.0.pom (1.4 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 413 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.4.0/tycho-embedder-api-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.4.0/tycho-embedder-api-2.4.0.pom (2.1 kB at 48 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/2.4.0/org.eclipse.tycho.embedder.shared-2.4.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/2.4.0/org.eclipse.tycho.embedder.shared-2.4.0.pom (1.1 kB at 18 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/2.4.0/org.eclipse.tycho.core.shared-2.4.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/2.4.0/org.eclipse.tycho.core.shared-2.4.0.pom (1.0 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.8.1/maven-compat-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.8.1/maven-compat-3.8.1.pom (4.6 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.pom (1.9 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.4.3/wagon-3.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.4.3/wagon-3.4.3.pom (21 kB at 228 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.4.0/tycho-p2-facade-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.4.0/tycho-p2-facade-2.4.0.pom (2.2 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.4.0/tycho-p2-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.4.0/tycho-p2-2.4.0.pom (1.1 kB at 7.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.4.0/tycho-maven-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.4.0/tycho-maven-plugin-2.4.0.jar (5.7 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.4.0/tycho-core-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 403 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 383 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.4.0/tycho-core-2.4.0.jar (279 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-artifact/3.8.1/maven-artifact-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.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 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 298 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 71 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 890 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 298 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar (41 kB at 182 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 737 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 680 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.4/org.eclipse.sisu.inject-0.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 563 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 637 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 770 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 25 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/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 650 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/2.4.0/org.eclipse.tycho.p2.tools.shared-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 8.5 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/2.4.0/org.eclipse.tycho.p2.resolver.shared-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 445 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.4.0/org.eclipse.tycho.p2.tools.shared-2.4.0.jar (22 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.4.0/org.eclipse.tycho.p2.resolver.shared-2.4.0.jar (32 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.4.0/sisu-equinox-embedder-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 115 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.4.0/sisu-equinox-api-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.4.0/tycho-metadata-model-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.4.0/sisu-equinox-embedder-2.4.0.jar (14 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.4.0/tycho-embedder-api-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.4.0/sisu-equinox-api-2.4.0.jar (3.1 kB at 5.8 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/2.4.0/org.eclipse.tycho.embedder.shared-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 240 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/2.4.0/org.eclipse.tycho.core.shared-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.4.0/tycho-metadata-model-2.4.0.jar (39 kB at 69 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.4.0/tycho-embedder-api-2.4.0.jar (7.0 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.8.1/maven-compat-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.jar
[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.jar (1.5 MB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.4.0/tycho-p2-facade-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.jar (55 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.core.shared/2.4.0/org.eclipse.tycho.core.shared-2.4.0.jar (42 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 6.7 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/2.4.0/org.eclipse.tycho.embedder.shared-2.4.0.jar (11 kB at 18 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.4.0/tycho-p2-facade-2.4.0.jar (26 kB at 42 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.8.1/maven-compat-3.8.1.jar (288 kB at 453 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.4.0/tycho-bundles-external-2.4.0.zip
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.4.0/tycho-bundles-external-2.4.0.zip (16 MB at 28 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/2.4.0/org.eclipse.tycho.p2.resolver.impl-2.4.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/2.4.0/org.eclipse.tycho.p2.resolver.impl-2.4.0.jar (258 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.maven.repository/2.4.0/org.eclipse.tycho.p2.maven.repository-2.4.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/2.4.0/org.eclipse.tycho.p2.maven.repository-2.4.0.jar (163 kB at 2.3 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/2.4.0/org.eclipse.tycho.p2.tools.impl-2.4.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/2.4.0/org.eclipse.tycho.p2.tools.impl-2.4.0.jar (63 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.4.0/target-platform-configuration-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.4.0/target-platform-configuration-2.4.0.pom (1.7 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.4.0/target-platform-configuration-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.4.0/target-platform-configuration-2.4.0.jar (13 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.4.0/tycho-packaging-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.4.0/tycho-packaging-plugin-2.4.0.pom (2.5 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.4.0/tycho-packaging-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.4.0/tycho-packaging-plugin-2.4.0.jar (135 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.25.0/xtend-maven-plugin-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.25.0/xtend-maven-plugin-2.25.0.pom (7.2 kB at 2.7 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.25.0/org.eclipse.xtend.maven.parent-2.25.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.25.0/org.eclipse.xtend.maven.parent-2.25.0.pom (14 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.25.0/xtext-dev-bom-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.25.0/xtext-dev-bom-2.25.0.pom (18 kB at 280 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.25.0/xtend-maven-plugin-2.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.25.0/xtend-maven-plugin-2.25.0.jar (46 kB at 933 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 19 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 433 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 2.9 MB/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.6 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 595 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 464 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 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 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.4.0/tycho-p2-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.4.0/tycho-p2-plugin-2.4.0.pom (2.2 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.4.0/tycho-p2-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.4.0/tycho-p2-plugin-2.4.0.jar (30 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.4.0/sisu-equinox-launching-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.4.0/sisu-equinox-launching-2.4.0.pom (2.9 kB at 51 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 440 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 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.4.0/tycho-artifactcomparator-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.4.0/tycho-artifactcomparator-2.4.0.pom (2.2 kB at 196 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 235 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom (2.9 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.4.0/sisu-equinox-launching-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.4.0/sisu-equinox-launching-2.4.0.jar (28 kB at 602 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.4.0/tycho-artifactcomparator-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar
[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 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.4.0/tycho-artifactcomparator-2.4.0.jar (20 kB at 582 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar (85 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 2.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar (34 kB at 591 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar (53 kB at 712 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.4.0/tycho-surefire-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.4.0/tycho-surefire-plugin-2.4.0.pom (7.1 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.4.0/tycho-surefire-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.4.0/tycho-surefire-plugin-2.4.0.jar (75 kB at 1.6 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/2.4.0/org.eclipse.tycho.surefire.osgibooter-2.4.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/2.4.0/org.eclipse.tycho.surefire.osgibooter-2.4.0.pom (3.5 kB at 103 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/2.4.0/org.eclipse.tycho.surefire.junit-2.4.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/2.4.0/org.eclipse.tycho.surefire.junit-2.4.0.pom (1.5 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.4.0/tycho-surefire-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.4.0/tycho-surefire-2.4.0.pom (3.2 kB at 140 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/2.4.0/org.eclipse.tycho.surefire.junit4-2.4.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/2.4.0/org.eclipse.tycho.surefire.junit4-2.4.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/tycho/org.eclipse.tycho.surefire.junit47/2.4.0/org.eclipse.tycho.surefire.junit47-2.4.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/2.4.0/org.eclipse.tycho.surefire.junit47-2.4.0.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/tycho/org.eclipse.tycho.surefire.junit5/2.4.0/org.eclipse.tycho.surefire.junit5-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.4.0/org.eclipse.tycho.surefire.junit5-2.4.0.pom (3.3 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.4.0/org.eclipse.tycho.surefire.junit54-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.4.0/org.eclipse.tycho.surefire.junit54-2.4.0.pom (3.3 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.4.0/org.eclipse.tycho.surefire.junit55-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.4.0/org.eclipse.tycho.surefire.junit55-2.4.0.pom (3.3 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.junit56/2.4.0/org.eclipse.tycho.surefire.junit56-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.4.0/org.eclipse.tycho.surefire.junit56-2.4.0.pom (3.3 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.4.0/org.eclipse.tycho.surefire.junit57-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.4.0/org.eclipse.tycho.surefire.junit57-2.4.0.pom (3.1 kB at 314 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/2.4.0/org.eclipse.tycho.surefire.testng-2.4.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/2.4.0/org.eclipse.tycho.surefire.testng-2.4.0.pom (2.1 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 645 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 78 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.22.2/maven-surefire-common-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 225 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.6.1/maven-plugin-annotations-3.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1.pom (1.7 kB at 62 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.6.1/maven-plugin-tools-3.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.1/maven-plugin-tools-3.6.1.pom (15 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/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/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 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 573 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/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-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 11 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 2.0 MB/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 121 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 395 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 70 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 574 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 676 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 564 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 348 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 231 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 241 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 64 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 449 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 645 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 134 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 68 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 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 372 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 414 kB/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 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 1.3 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/2.4.0/org.eclipse.tycho.surefire.osgibooter-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.4.0/org.eclipse.tycho.surefire.osgibooter-2.4.0.jar (1.2 MB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.4.0/org.eclipse.tycho.surefire.junit-2.4.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/2.4.0/org.eclipse.tycho.surefire.junit4-2.4.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/2.4.0/org.eclipse.tycho.surefire.junit47-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.4.0/org.eclipse.tycho.surefire.junit5-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.4.0/org.eclipse.tycho.surefire.junit54-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.4.0/org.eclipse.tycho.surefire.junit47-2.4.0.jar (185 kB at 8.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.4.0/org.eclipse.tycho.surefire.junit4-2.4.0.jar (65 kB at 3.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.junit56/2.4.0/org.eclipse.tycho.surefire.junit56-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.4.0/org.eclipse.tycho.surefire.junit55-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.4.0/org.eclipse.tycho.surefire.junit5-2.4.0.jar (425 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.4.0/org.eclipse.tycho.surefire.junit57-2.4.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/2.4.0/org.eclipse.tycho.surefire.junit-2.4.0.jar (26 kB at 533 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/2.4.0/org.eclipse.tycho.surefire.testng-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.4.0/org.eclipse.tycho.surefire.junit54-2.4.0.jar (616 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.4.0/org.eclipse.tycho.surefire.junit55-2.4.0.jar (680 kB at 9.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 148 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.22.2/maven-surefire-common-2.22.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.4.0/org.eclipse.tycho.surefire.junit57-2.4.0.jar (728 kB at 7.7 MB/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/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.4.0/org.eclipse.tycho.surefire.junit56-2.4.0.jar (706 kB at 7.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-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/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.4.0/org.eclipse.tycho.surefire.testng-2.4.0.jar (111 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 274 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/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 277 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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.4 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 234 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/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[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 439 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 639 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 223 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 1.8 MB/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 135 kB/s)
[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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.4.0/tycho-compiler-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.4.0/tycho-compiler-plugin-2.4.0.pom (2.4 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.4.0/tycho-compiler-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.4.0/tycho-compiler-plugin-2.4.0.jar (44 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-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.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.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 233 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 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 4.8 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 380 kB/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 447 kB/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.9 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.12.1/maven-site-plugin-3.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 452 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 762 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 822 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 7.0 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 180 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 1.3 MB/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 1.6 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 412 kB/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 733 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 247 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.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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.4.0/tycho-p2-publisher-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.4.0/tycho-p2-publisher-plugin-2.4.0.pom (1.9 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.4.0/tycho-p2-publisher-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.4.0/tycho-p2-publisher-plugin-2.4.0.jar (22 kB at 398 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 405 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 392 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.4.0/tycho-p2-repository-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.4.0/tycho-p2-repository-plugin-2.4.0.pom (1.6 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.4.0/tycho-p2-repository-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.4.0/tycho-p2-repository-plugin-2.4.0.jar (31 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom (5.8 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar (40 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-director-plugin/2.4.0/tycho-p2-director-plugin-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.4.0/tycho-p2-director-plugin-2.4.0.pom (2.9 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.4.0/tycho-p2-director-plugin-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/2.4.0/tycho-p2-director-plugin-2.4.0.jar (46 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.4.0/tycho-bundles-external-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.4.0/tycho-bundles-external-2.4.0.pom (1.6 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20-sources.jar (580 kB at 8.1 MB/s)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (898.68kB)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (2.89MB)
[INFO] Fetching 202103171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (141.49kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.07kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (9.67MB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (328.72kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.utils_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (295.19kB)
[INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (877.43kB)
[INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (960.47kB)
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (470.65kB)
[INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (339.79kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (950.29kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (847.66kB of 950.29kB at 843.66kB/s)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (123kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (484.19kB)
[INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (27.79kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (498.28kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (82.7kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202009181620.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (5.41MB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202009181620.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (2.66MB of 5.41MB at 2.66MB/s)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (418.96kB)
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (33.38kB)
[INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (77.13kB)
[INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (58.96kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (36.66kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (249kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (95.26kB)
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.59kB)
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (102.39kB)
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (63.23kB)
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (14.47kB)
[INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (255.73kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (16.71kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (143.98kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (155.35kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (43.93kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (30.58kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (45.51kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.3kB)
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (306.78kB)
[INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (317.43kB)
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (235.59kB)
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (200.97kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (122.98kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.82kB)
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (43.1kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (41.22kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (56.91kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.74kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (44.71kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (100.65kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.97kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (1,018.14kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (949.22kB of 1,018.14kB at 945.22kB/s)
[INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (84.58kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (362.4kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.94kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.42kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (21.73kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (66.15kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (65.63kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (16.78kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (9.79kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.64kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.13kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (110.28kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (16.19kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (84.12kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (50.81kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (84.06kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (94.41kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (62.6kB)
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (126.92kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (6.91MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (282.34kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (417.29kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (59.59kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.39kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.15kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (96.81kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (44.81kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (109.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.43kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.82kB)
[INFO] Fetching org.eclipse.ocl_3.16.0.v20210310-0557.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (111.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (23.98kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (58.14kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (108kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (39.28kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (55.38kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (47.99kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (50.79kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (43.03kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (105.89kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (44.86kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (122.23kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (46.61kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (257.14kB)
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (124.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (101.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (120.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (100.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (76.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (133.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (114.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (190.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (93.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (101.73kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (90.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (92.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (196.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (117.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (123.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (318.69kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (110.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (901.43kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (105.56kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (176.89kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (130.04kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (491.61kB)
[INFO] Fetching 3.10.5&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mmt/qvto/updates/releases/ (63B)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.4.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (66.54kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (868.38kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (142.14kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (73.85kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (976.59kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (53.45kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.69kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (70.05kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (160.53kB)
[INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (303.65kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (956.97kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (87.76kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (161.95kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (159.44kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (209.58kB)
[INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (99.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (65.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (51.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (76.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.44kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (308.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.38kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.39kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.99kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.68kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.59kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.24kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.67kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (52.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.99kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.03kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.48kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.7kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.74kB)
[INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.33MB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.94kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (335kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (111.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (573.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (37.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.39kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (171.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (308.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (87.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (75.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (54.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (32.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.49kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (85.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (82.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (178.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.01kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (299.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile_1.2.3.202303241341.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.papyrus.sysml16_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (429.59kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (37.64kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.architecture_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (38.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (571.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (52.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (460.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (207.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (215.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (945.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (386.73kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.nattable.requirement_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.nattable.allocation_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (17.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (69.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.25kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.diagram.common_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (91.47kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.diagram.internalblock_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (20.07kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.diagram.parametric_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (40.11kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.diagram.requirement_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (15.41kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.diagram.blockdefinition_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (29.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (450.16kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.service.types_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (83.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (271.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (167.36kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.modelexplorer_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (61.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (28.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.07kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (65.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (230.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (206.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (178.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (215.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (94.04kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (70.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (84.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (72.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.69kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (12.83kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.47kB)
[INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210130-0813.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (477.13kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.18kB)
[INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (108.08kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (76.09kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (208.05kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (10.48kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (836.96kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (68.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (234.74kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.contractEditor.core_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (1.88MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.xtextService_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (72.21kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (401.92kB)
[INFO] Fetching eu.fbk.tools.editor.oss_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (453.91kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (23.49kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (25.61kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (573.11kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (251.55kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (23.72kB)
[INFO] Fetching eu.fbk.tools.editor.c_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (153.82kB)
[INFO] Fetching eu.fbk.tools.editor.c.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (153.34kB)
[INFO] Fetching eu.fbk.tools.editor.c.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (17.89kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (22.8kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (268.61kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (303.76kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (244.28kB)
[INFO] Fetching eu.fbk.tools.editor.basetype_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (248.59kB)
[INFO] Fetching eu.fbk.tools.editor.contract_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (200.71kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (19.77kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (26.29kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ui_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (21.47kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ui_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (32.29kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (82.25kB)
[INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (482.77kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (60.5kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (133.12kB)
[INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (389.26kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (2.46MB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (93.55kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (596.72kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (155.16kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (181.17kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (186.27kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ide_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (287.66kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ide_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (283.44kB)
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (476.29kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (532.14kB)
[INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (3.94MB)
[INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (214.1kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (256.88kB)
[INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (19.15kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (499.16kB)
[INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (130.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (248.22kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (192.59kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (132.16kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.refinementView.core_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (14.06kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.KratosExecService_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (14.35kB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20221221-0939.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/eata_devel/plugins/ (22.07MB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20221221-0939.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/eata_devel/plugins/ (9.74MB of 22.07MB at 9.72MB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.ExecOcraCommands_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (40.03kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ModelTranslatorToOcra_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (48.51kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToSmv_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (1.47MB)
[INFO] Fetching eu.fbk.tools.editor.c.visitor_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (28.55kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ast_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (235.19kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.nuXmvService_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (14.81kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.XSapExecService_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (6.1kB)
[INFO] Fetching org.eclipse.acceleo.common_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (48.53kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (81.22kB)
[INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (51.38kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (17.92kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (145.42kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (8.43MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram.ui_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (43.73kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (1.15MB)
[INFO] Fetching org.eclipse.sirius_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.sirius.diagram_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (5.48MB)
[INFO] Fetching org.eclipse.sirius.common.ui_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (285.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (706.06kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (33.06kB)
[INFO] Fetching org.eclipse.sirius.ext.base_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.logger_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (8.98kB)
[INFO] Fetching org.eclipse.elk.core.service_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (57.42kB)
[INFO] Fetching org.eclipse.elk.graph_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (103.33kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.elk.conn.gmf_0.7.0.jar from http://download.eclipse.org/elk/updates/releases/0.7.0/plugins/ (117.92kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (220.15kB)
[INFO] Fetching org.eclipse.elk.core_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (556.32kB)
[INFO] Fetching org.eclipse.elk.core.ui_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (99.37kB)
[INFO] Fetching org.eclipse.elk.core.meta_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (527.55kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (385.38kB)
[INFO] Fetching org.eclipse.sirius.common_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (255.87kB)
[INFO] Fetching eu.fbk.tools.adapter.ui_1.0.0.20221221-0939.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/eata_devel/plugins/ (329.98kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.202011020719.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/eata_devel/plugins/ (231.08kB)
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (2.85MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (30.07kB)
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (31.78kB)
[INFO] Fetching org.eclipse.elk.alg.disco_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (75.07kB)
[INFO] Fetching org.eclipse.elk.alg.force_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (127.71kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.dot_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (229.71kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.layouter_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (227.92kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (105.81kB)
[INFO] Fetching org.eclipse.elk.alg.radial_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (87.07kB)
[INFO] Fetching org.eclipse.elk.alg.spore_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (362.1kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (551.75kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210224-0638.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (61.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (8.47kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.99kB)
[INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.44kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (142.08kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (150.08kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (65.62kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (24.62kB)
[INFO] Fetching org.eclipse.papyrus.junit.framework_2.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.papyrus.junit.utils_3.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (68.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.63kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (91.25kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.58kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (41.67kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (57.48kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (116.26kB)
[INFO] Fetching org.eclipse.sirius.ui_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.38MB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (28.84kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (11.74kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.92kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (56.26kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (18.33kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.hierarchicalContractView.core_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (15.87kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Fetching org.eclipse.m2m.qvt.oml.common.ui_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (191.86kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util.ui_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (114.75kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.ui_3.10.3.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (453.96kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ocl_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (58.71kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.4.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (60.95kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.3.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (212.25kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.ui_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (191.02kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta.design_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (53.32kB)
[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.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.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.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.etl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (304.88kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (19.61kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (69.78kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (12.87kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (15.91kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (969.17kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToCleanC_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (27.5kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Fetching org.eclipse.m2m.atl.common_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (68.6kB)
[INFO] Fetching org.eclipse.m2m.atl.core_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.m2m.atl.core.emf_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (15kB)
[INFO] Fetching org.eclipse.m2m.atl.debug.core_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (25.46kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (64.81kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (15.12kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.constraintEditor.core_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (7.28kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.propertyEditor.core_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (9.5kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.65kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (54.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (66.06kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.customEditors:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.56kB)
[INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (857.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (62.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (39.08kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (64.36kB)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.repository.2021-03:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.repository.2021-03:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.repository.2021-03:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/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.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.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.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.wizards                              [eclipse-plugin]
[INFO] org.polarsys.chess.customEditors                        [eclipse-plugin]
[INFO] org.polarsys.chess.statebased                           [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.2021-03            [eclipse-target-definition]
[INFO] org.polarsys.chess.repository.2021-03               [eclipse-repository]
[INFO] org.polarsys.chess.product                          [eclipse-repository]
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.configuration >---------
[INFO] Building org.polarsys.chess.configuration 1.0.0-SNAPSHOT          [1/68]
[INFO]   from releng/org.polarsys.chess.configuration/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 3.9 MB/s)
[INFO] 
[INFO] --- xtend:2.25.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 50 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 37 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 31 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 50 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 58 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 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.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 44 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 103 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 66 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 37 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 69 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 42 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 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.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 41 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 21 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 35 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 43 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 28 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 68 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 84 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 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 763 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 253 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 258 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 230 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.25.0/org.eclipse.xtend.core-2.25.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.25.0/org.eclipse.xtend.core-2.25.0.pom (7.5 kB at 236 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.25.0/org.eclipse.xtext.xbase-2.25.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.25.0/org.eclipse.xtext.xbase-2.25.0.pom (5.5 kB at 69 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.25.0/org.eclipse.xtext.common.types-2.25.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.25.0/org.eclipse.xtext.common.types-2.25.0.pom (6.6 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.pom (10 kB at 37 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.25.0/org.eclipse.xtext.util-2.25.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.25.0/org.eclipse.xtext.util-2.25.0.pom (7.7 kB at 176 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.25.0/org.eclipse.xtend.lib-2.25.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.25.0/org.eclipse.xtend.lib-2.25.0.pom (5.3 kB at 88 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.25.0/org.eclipse.xtext.xbase.lib-2.25.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.25.0/org.eclipse.xtext.xbase.lib-2.25.0.pom (5.0 kB at 114 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.25.0/org.eclipse.xtend.lib.macro-2.25.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.25.0/org.eclipse.xtend.lib.macro-2.25.0.pom (5.1 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 2.0 MB/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 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom (1.7 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 132 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 541 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 94 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 253 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 389 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom (3.0 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.pom (23 kB at 1.5 MB/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.1100/org.eclipse.jdt.compiler.apt-1.3.1100.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.1100/org.eclipse.jdt.compiler.apt-1.3.1100.pom (1.9 kB at 37 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.1000/org.eclipse.jdt.compiler.tool-1.2.1000.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.1000/org.eclipse.jdt.compiler.tool-1.2.1000.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/xtext/org.eclipse.xtext.smap/2.25.0/org.eclipse.xtext.smap-2.25.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.25.0/org.eclipse.xtext.smap-2.25.0.pom (5.5 kB at 137 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] 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 40 MB/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.jar
[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.jar
[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.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] 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.resources/3.13.800/org.eclipse.core.resources-3.13.800.jar (897 kB at 11 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/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.jar (93 kB at 1.1 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/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar (67 kB at 761 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.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.1 MB/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.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.9 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/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar (289 kB at 2.4 MB/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.jar
[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.jar (115 kB at 831 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.jar
[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.jar (137 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.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.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.10.800/org.eclipse.core.jobs-3.10.800.jar (108 kB at 485 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.jar
[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.jar (1.5 MB at 6.8 MB/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.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.2 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.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.jar (75 kB at 313 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.jar (101 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.jar (89 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar (195 kB at 693 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 7.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 46 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.25.0/org.eclipse.xtend.core-2.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 708 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.25.0/org.eclipse.xtext.xbase-2.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 29 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.25.0/org.eclipse.xtext.common.types-2.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar (122 kB at 399 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 9.1 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.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar (459 kB at 1.4 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.25.0/org.eclipse.xtext.util-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.common.types/2.25.0/org.eclipse.xtext.common.types-2.25.0.jar (511 kB at 1.5 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.25.0/org.eclipse.xtext.smap-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.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar (164 kB at 426 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-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.25.0/org.eclipse.xtext.xbase-2.25.0.jar (2.6 MB at 6.3 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.25.0/org.eclipse.xtend.lib-2.25.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.25.0/org.eclipse.xtend.core-2.25.0.jar (1.5 MB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-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.smap/2.25.0/org.eclipse.xtext.smap-2.25.0.jar (20 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.17.0/org.eclipse.emf.common-2.17.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.25.0/org.eclipse.xtend.lib-2.25.0.jar (111 kB at 148 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.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.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar (78 kB at 104 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/xtext/org.eclipse.xtext.util/2.25.0/org.eclipse.xtext.util-2.25.0.jar (311 kB at 409 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
[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.jar (376 kB at 489 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar
[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.jar (1.4 MB at 1.8 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.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/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 606 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/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 182 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar (73 kB at 87 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 280 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar (2.7 MB at 3.2 MB/s)
[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 823 kB/s)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.configuration ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.configuration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.configuration ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/test-classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.chess.configuration ---
[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 548 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 10 MB/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 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 616 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.6 MB/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-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 24 MB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.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 27 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 33 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/68]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/target/test-classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.chess.parent ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.chessmlprofile ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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-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 112 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 532 kB/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 1.7 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 1.7 MB/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 330 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 250 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 381 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 239 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 1.1 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 125 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 343 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 375 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 231 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 225 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 278 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.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 168 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 66 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 55 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 58 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 12 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 122 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 52 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 70 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 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 322 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.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 35 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 416 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 417 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 1.9 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 582 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 489 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 34 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 143 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 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 265 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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 148 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 158 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 618 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.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 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.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 1.2 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/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 979 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.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-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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 276 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 814 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 823 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 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-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.5 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/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 625 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 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-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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 203 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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 692 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.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 92 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.6 MB/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 397 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 629 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 2.0 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.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.8.8/plexus-compiler-manager-2.8.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.8/plexus-compiler-manager-2.8.8.pom (861 B at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.8/plexus-compiler-2.8.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.8/plexus-compiler-2.8.8.pom (7.2 kB at 288 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.4/plexus-components-6.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.4/plexus-components-6.4.pom (2.6 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom (26 kB at 521 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.8/plexus-compiler-api-2.8.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.8/plexus-compiler-api-2.8.8.pom (865 B at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.4.0/tycho-compiler-jdt-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.4.0/tycho-compiler-jdt-2.4.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/tycho/tycho-lib-detector/2.4.0/tycho-lib-detector-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.4.0/tycho-lib-detector-2.4.0.pom (1.6 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.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/codehaus/plexus/plexus-compiler-manager/2.8.8/plexus-compiler-manager-2.8.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.8/plexus-compiler-manager-2.8.8.jar (4.6 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.8/plexus-compiler-api-2.8.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.4.0/tycho-compiler-jdt-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.4.0/tycho-lib-detector-2.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.8/plexus-compiler-api-2.8.8.jar (27 kB at 2.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.4.0/tycho-lib-detector-2.4.0.jar (3.5 kB at 117 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.4.0/tycho-compiler-jdt-2.4.0.jar (18 kB at 555 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar (3.1 MB at 29 MB/s)
[INFO] Compiling 394 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.chessmlprofile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.chessmlprofile ---
[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 122 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.5.2/maven-plugin-annotations-3.5.2.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.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 53 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.5.2/maven-plugin-tools-3.5.2.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.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 789 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 38 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 657 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 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/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 364 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.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 140 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 305 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.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 166 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 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 170 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.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 214 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 66 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 1.5 MB/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 156 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 344 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-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar
[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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
[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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 9.9 MB/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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.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 2.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.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 1.6 MB/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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.7 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.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 558 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.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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] 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 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 233 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 356 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/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 407 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/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 182 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 114 kB/s)
[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 285 kB/s)
[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 99 kB/s)
[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 215 kB/s)
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.chessmlprofile ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.chessmlprofile ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.chessmlprofile ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.chessmlprofile ---

[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 88 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 262 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 559 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.jar
[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 593 kB/s)
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.core ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.core ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.core ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.core ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.core ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.core ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.core ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 

[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.core ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.core ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.core ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.profile ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.profile ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.profile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.profile ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 

[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.profile ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.profile ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.profile ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.service ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.service ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.service ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.service ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.service ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.service ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.service ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.service ---
[JENKINS] Recording test results
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.service ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.service ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.service ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.chessextension ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.chessextension ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.chessextension ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.chessextension ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.chessextension ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.chessextension ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.contractEditor ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.contractEditor ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.contractEditor ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.contractEditor ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.contractPropertyManager ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.contractPropertyManager ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.contractPropertyManager ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.contractPropertyManager ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.integration ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.integration ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.integration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.integration ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.integration ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.integration ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.integration ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.integration ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.refinementView ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.refinementView ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.refinementView ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.refinementView ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.refinementView ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.refinementView ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.smvExporter ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.smvExporter ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.smvExporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.smvExporter ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.smvExporter ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.smvExporter ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.smvExporter ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.smvExporter ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.verificationService ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.verificationService ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.verificationService ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.verificationService ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.verificationService ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.safetyAnalysis ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.safetyAnalysis ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.safetyAnalysis ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.validator ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.validator ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.validator ---
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.validator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.validator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.validator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.validator ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.validator ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.validator ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.validator ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.validator ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.validation ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.validation ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.validation ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.validation ---
[INFO] No tests to run.
[INFO] 
[JENKINS] Recording test results[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.validation ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.validation ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.validation ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.validation ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.transformations ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.transformations ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.transformations ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.transformations ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.transformations ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.transformations ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.transformations ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.transformations ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.diagram.ui >----------
[INFO] Building org.polarsys.chess.diagram.ui 1.0.0-SNAPSHOT            [18/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.diagram.ui ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.diagram.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.diagram.ui ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.diagram.ui ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.diagram.ui ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.diagram.ui ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.diagram.ui ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.diagram.ui ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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       [19/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.diagramsCreator ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.diagramsCreator ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.diagramsCreator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.diagramsCreator ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.diagramsCreator ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.diagramsCreator ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.diagramsCreator ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.diagramsCreator ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.diagramsCreator ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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           [20/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.OSSImporter ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.OSSImporter ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.OSSImporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.OSSImporter ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.OSSImporter ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.OSSImporter ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.OSSImporter ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.OSSImporter ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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 [21/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/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 30 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 486 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.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 278 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 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 391 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 237 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 178 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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.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 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 8.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.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 666 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 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.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 1.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 376 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 370 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 910 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 669 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 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 1.1 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.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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.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 335 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 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 870 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 165 kB/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 148 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 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.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 328 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 393 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 2.9 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 351 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.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 1.2 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 40 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 174 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 1.5 MB/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 123 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 200 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/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[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] 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] 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-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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 29 MB/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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 5.3 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-core/3.0/maven-core-3.0.jar (527 kB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 387 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.2 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.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 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.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 969 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] 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 1.3 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.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.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 3.4 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 151 kB/s)
[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 976 kB/s)
[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 332 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.6 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 370 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/resources
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/test-classes
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:test (default-test) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/surefire.properties, -product, org.eclipse.platform.ide]
Logging using log4j and configuration /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration/org.eclipse.osgi/68/0/.cp/log4j.properties
2024-05-28 09:23:02 ERROR Activator:95 - ERROR
2024-05-28 09:23:02 FATAL Activator:96 - FATAL
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.076 s - 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.TestVAndVOperations
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.007 s - 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.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - 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.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - 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.TestSafetyAnalysisOperations
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.004 s - 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.TestBasicOperations

(SWT:726): Gtk-WARNING **: 09:23:05.889: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)

(SWT:726): Gtk-WARNING **: 09:23:05.895: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)

(SWT:726): Gtk-WARNING **: 09:23:05.899: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton)

(SWT:726): Gtk-WARNING **: 09:23:05.937: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@1bab3926 (name: modelSystemView, visibility: <unset>) (URI: null)
num diagrams: 2
resultsGeneratorService
diagramDescriptors
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 16.218 s - 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: 15.637 s
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - 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.TestBasicOperationsHeadless
domain: org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomain@3f73bb46
java.lang.NullPointerException
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getStereotype(StereotypeUtil.java:122)
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getCHESSStereotype(StereotypeUtil.java:35)
	at org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil.findStereotype(EntityUtil.java:463)
	at org.polarsys.chess.OSSImporter.core.utils.StereotypeUtil.refreshStereotypes(StereotypeUtil.java:62)
	at org.polarsys.chess.OSSImporter.core.actions.ImportOSSFileAction.startParsing(ImportOSSFileAction.java:1397)
	at org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless.testImportModelFromOssFile(TestBasicOperationsHeadless.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:35)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
java.lang.NullPointerException
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getStereotype(StereotypeUtil.java:122)
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getCHESSStereotype(StereotypeUtil.java:35)
	at org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil.findStereotype(EntityUtil.java:463)
	at org.polarsys.chess.OSSImporter.core.utils.StereotypeUtil.refreshStereotypes(StereotypeUtil.java:63)
	at org.polarsys.chess.OSSImporter.core.actions.ImportOSSFileAction.startParsing(ImportOSSFileAction.java:1397)
	at org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless.testImportModelFromOssFile(TestBasicOperationsHeadless.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:35)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@2e0f2052 (name: System, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testImportModelFromOssFile)[368]: java.lang.Exception: Resource '/testImportModelFromOssFile' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@14f274e1 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@14f274e1 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@14f274e1 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@733237ff (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4a7886a2 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4c3e9d6a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c8ad97c
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7a37bd90 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@6b7de588 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3307113d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a8b34f8
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@13aa77c5 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@17ff819d (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1c7af4a6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f352f25
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3f616b59
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5328fd09
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5328fd09
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@49becd81 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7de67f7d (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7de67f7d (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7de67f7d (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@69e65f09 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4680d1f0 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2825fc95 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c6b55f1
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@72e5762 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47610926 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4027940b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@46e59523
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@33055fda
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3d093666
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3d093666
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b1ff515 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b1ff515 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b1ff515 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19079ef (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5b024c33 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@36ef6d01 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@68c04da1
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a1d0e57 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23b7b4f3 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6e7d42e1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@43ab7ca
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d76eac (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18d942a9 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1cb77119 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4de201a2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@707da4bc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3acc87aa
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3acc87aa
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@237ee877 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@237ee877 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@237ee877 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34b38773 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@24360bc7 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@693d1afc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1f8ecc0d
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@37ae5890 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23521591 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@223901fd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4bbe5f13
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e11f42c (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d5c96e2 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@57005e5d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6e7fc569
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6f4efc1e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6c335ec8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6c335ec8
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47a5831c (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@66edbc69 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@66edbc69 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@66edbc69 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7bdc8032 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7b8c3019 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@590ef (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@75505dcc
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a129e44 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@700477e7 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5c2a03e0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2b638b94
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@55fdc002
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@21ca8d5e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@21ca8d5e
state: org.eclipse.uml2.uml.internal.impl.StateImpl@c22c0e9 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@147e9298 (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@369b778a (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@369b778a (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@369b778a (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c12200f (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@74078442 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2e7cfb2a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5d5b60e1
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14211d (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@487990c9 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1959747 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@74fa3fc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@26f266c1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4686aa5e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4686aa5e
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@106a5019 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@106a5019 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@106a5019 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1e092860 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78b42f63 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4704d6c6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@377d6446
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@606010e1 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39f6f4b9 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5825b7a7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@426a7b1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@642148cc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6dd3ab53
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6dd3ab53
state: org.eclipse.uml2.uml.internal.impl.StateImpl@405fae37 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5663c99c (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5663c99c (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5663c99c (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7d1f6d71 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@14558254 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@12d88d8e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@193ead7d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@a89c8e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@35b85402
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@35b85402
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6482feba (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6482feba (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6482feba (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@cec909f (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@58a562d (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@342c581
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@32d26600 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5ad260ad (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d3e6ee4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@32d26600 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d3e6ee4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@2d635fe3 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4a729ffa
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4e89349 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@40095852
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@77228bf7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@23724a7b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@23724a7b
state: org.eclipse.uml2.uml.internal.impl.StateImpl@636b4cab (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
org.eclipse.core.internal.resources.ResourceException(/testExportBlocksAsK2)[368]: java.lang.Exception: Resource '/testExportBlocksAsK2' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b660886 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b660886 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b660886 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@346e7b6a (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@1e709717 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7daa1801 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4d77bed9
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@a052936 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@10d7df4e (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3d90b745 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4de15758
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6e0e8b4b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@508c0c29
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@508c0c29
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@74a58873 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@74a58873 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@74a58873 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@37996eaf (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2ccc3129 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@fa2b20e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@50dc0e48
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2cccfeea (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@61c4d723 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7b6c3bd7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4b72d4bc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@825896
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7844fcbe
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7844fcbe
state: org.eclipse.uml2.uml.internal.impl.StateImpl@6b4e688b (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e9fb609 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e9fb609 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e9fb609 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68dbc409 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5a461310 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@8e17145 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4892f723
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e5f89b4 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@14ebcbfc (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1703fb7d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@48f72d51
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4a671fd2 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@999949 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@8c94234 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@79a57bd9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@bce72b0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4e11d45e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4e11d45e
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3892b5b1 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2a72d9f7 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2a72d9f7 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2a72d9f7 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2838817a (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f92032f (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6749013b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@33dc79f3
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5f830da3 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4017e607 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6ff867e7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3fbb980a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7892644b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@38ed8584
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@38ed8584
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3cee5ed (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3cee5ed (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3cee5ed (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6fbc6687 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@115b9cc0 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4de58a3f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@42beaaee
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4eba7460 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34a4ceb (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@621f9acf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5541a5b8
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4845d204 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19b9f2f3 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7eedae9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5f5ac3c9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3969efd4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@48b8ed80
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@48b8ed80
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1699b505 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1699b505 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1699b505 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@28e3cf4f (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@101672ed (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@99051ac (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@680f3606
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5ea005ff (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7d0285dc (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7694b6e1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@67ba0133
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39eb6fc6 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@502e2142 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3dea618 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@345a8cc9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@56ad40db
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@31ba1880
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@31ba1880
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6757a30e (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@5cb7e69d (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@5cb7e69d (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@5cb7e69d (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1522cacd (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@30c6ddaa (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6e679ad7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@d1d3a7f
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e6afdb3 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@8474a59 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5aa4c8a4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3e0edf4d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@67502a5a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3e3bb450
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3e3bb450
state: org.eclipse.uml2.uml.internal.impl.StateImpl@247474bf (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@5b458171 (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@2dd26933 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2dd26933 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2dd26933 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3819fb26 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b64f2d5 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2f9d2c58 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@413ffbdf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3688e815
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@103fde7a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@103fde7a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@42a9fe83 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@42a9fe83 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@42a9fe83 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5ba3f588 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18983221 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21f07caa
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4bdb6df9 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f10debf (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@56c0fc46
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4bdb6df9 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@56c0fc46
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7477cf18 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6453c0ca
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6dbf0fd9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3cccece4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7689eb6a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6ea09c39
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6ea09c39
state: org.eclipse.uml2.uml.internal.impl.StateImpl@332a10d8 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
org.eclipse.core.internal.resources.ResourceException(/testExportBlocksAsPy)[368]: java.lang.Exception: Resource '/testExportBlocksAsPy' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@7790deb0 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@254c2d32 (name: SystemWithWatchdog, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testExportAsyncModelAsOss)[368]: java.lang.Exception: Resource '/testExportAsyncModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@550cd954 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@36c23816 (name: SystemWithWatchdog, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testExportAsyncHybridModelAsOss)[368]: java.lang.Exception: Resource '/testExportAsyncHybridModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cfce093 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cfce093 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cfce093 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@33022727 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@3cd690e8 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@21254e24 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2e270177
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@cbe208b (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4e7b024 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@fb89af2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@19821ecb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6445cf08
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@697cce31
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@697cce31
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@70b5710f (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@70b5710f (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@70b5710f (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@52905f58 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@61bf1cdc (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5b1d6bb7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3430ba7
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@53f9ee08 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4a394157 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7a49cb74 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@61ccf9a9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7dd9d236
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@286e0d0e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@286e0d0e
state: org.eclipse.uml2.uml.internal.impl.StateImpl@67cdfc51 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@57d060ae (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@57d060ae (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@57d060ae (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@600301ea (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@34fd5c27 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@53dcd055 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@69318a34
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1145daa9 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@4f07a0c2 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7a6c8f0f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1fe9ca5c
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2046db9a (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@52357ee0 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4c3f875e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1d550faf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@b599d94
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@41af7f0d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@41af7f0d
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e405aa7 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3aa92544 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3aa92544 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3aa92544 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@8aed518 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@305ff229 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@55d5a84d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@341ad3a6
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4a62c628 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5e3bbf7 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7d0cecc6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1f698722
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@43664161
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54d6bf1e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54d6bf1e
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e25d0e9 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e25d0e9 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e25d0e9 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@54677340 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@21a74c0c (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4bdd4dfb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@43762052
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2c64a60f (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@37b858a3 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@162b693a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@64adbf1d
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d703959 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18781914 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@55d7d198 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c8bd968
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@305d9951
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@73df7f85
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@73df7f85
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34be1e22 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34be1e22 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34be1e22 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b8f4f1b (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5dfb6ad2 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@33c667a0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@77b1cb16
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6b7b56c (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@9ce292 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@676e46 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@79f7ec27
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42503aa0 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@25bfc80a (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1e1187a5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@58c1d694
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1b877216
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@29bda1d7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@29bda1d7
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@c019061 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@226e47e0 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@226e47e0 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@226e47e0 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14283b3 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e7d477f (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@30da363a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8382bb9
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1d726e16 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@9a09478 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@68aa0890 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@210693df
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2f8a4b37
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@189419c9
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@189419c9
state: org.eclipse.uml2.uml.internal.impl.StateImpl@3287d340 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4547fdf4 (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@78293adb (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78293adb (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78293adb (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@50262bda (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7237cd5a (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6d7628d0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3e7bc6ee
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5fe24200
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6df7d52d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6df7d52d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@59e1c65e (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@59e1c65e (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@59e1c65e (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@45a27dc0 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@481ebe9d (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@59614145
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6ad88853 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3cc2a4b5 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1150fe6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6ad88853 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1150fe6
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@52ad1de8 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c199dfe
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@555779c4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7c1436b7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@466c3680
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@79c94862
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@79c94862
state: org.eclipse.uml2.uml.internal.impl.StateImpl@69c5caae (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
org.eclipse.core.internal.resources.ResourceException(/testFaultExtensionsGenerator)[368]: java.lang.Exception: Resource '/testFaultExtensionsGenerator' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@65652d0f (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@71ae9ce7 (name: System, visibility: public) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testExportModelAsOss)[368]: java.lang.Exception: Resource '/testExportModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
PrimitiveTypes::Boolean
PrimitiveTypes::Boolean
PrimitiveTypes::Boolean
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@464f6787 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@493870c1
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@493870c1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@493870c1
XXXX: pr_to_pr -> true
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23a14ab5 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4b9236e9 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@70fd8df3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6032d145
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@496fdb14
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@21363d34
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@21363d34
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@10422c20]
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a0f3907 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@759098f2 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1f6e8bdd
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@60bd8e9f (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@73e9548e (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@24f0509
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@60bd8e9f (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@24f0509
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@699446fe (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6551f425
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5c259125 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@26b8b0e5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6dd0b17a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1f3c1215
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1f3c1215
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@408db9ad]
variables size: 1
variableName: absence_alarm
variableName not input port: absence_alarm
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:30 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
PrimitiveTypes::Real
PrimitiveTypes::Boolean
PrimitiveTypes::Real
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3fbea5e2 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5568a356
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5568a356
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5568a356
XXXX: pr_to_pr -> true
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@58c5b876 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@64a91e33 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@a961fca (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@63422d13
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@16313f05 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3ac5f376 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@17d3ab (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@72cf5c0f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6d198c44
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@20092685
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@20092685
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5fcb507e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@55b10304]
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e5258b9 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@601ba075 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@ab61d2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6fb27d5f
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@33f97780 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@edc7182 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@55a2347a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2906e314
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@513bc4c3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@40a5ea62
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@40a5ea62
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@e7eb729, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@43abb4a5]
variables size: 2
variableName: sensed_speed
variableName not input port: sensed_speed
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - 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
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
RootElement::modelAnalysisView::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@4517039d (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@529ea07a (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@672794e7
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@672794e7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@672794e7
XXXX: in1_to_in1 -> !switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19b6f750 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@71287dbe
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@71287dbe
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@71287dbe
XXXX: in1_to_in2 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@13af6339 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3a431e08
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3a431e08
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3a431e08
XXXX: in2_to_in1 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@45f0a894 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1381c10e (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@14f8f873
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@14f8f873
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@14f8f873
XXXX: in2_to_in2 -> !switch_current_use
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b90f229 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@630cd588 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@46d27690 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@72980bf5
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e95be35 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@7b3084fa (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2e031bfa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1c767a6c
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4fc11bc1 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30295197 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6c350a3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2949ff0d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6e11e6f6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@927bb24
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@927bb24
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@23266bf1, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7bf95780, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6557baec]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@17cc734c (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@509b9ac4 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@536e4526 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@69a356be
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1d810ed5 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11c0ea1b (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@30a6ca70 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@43436c7c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@56213567
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@27c3b69b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@27c3b69b
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7aaac468, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6f4654b2]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@60355258 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@592adebb (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@764f2475 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5d987e1d
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@17f54064 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18a58b27 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@17c668ca (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@93094b9
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34fb139b (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@334a90 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2497e264 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@290f3f13
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@45048662
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4cfce009
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4cfce009
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@224fb783, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@631de448, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@513c44dc]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@62e4533a (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1ad46270 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@144dcee9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@65fa02e
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@46e25e5c (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7f1c6312 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@55cc09e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7ef95ecb
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2a3dfff6 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@36251d50 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@551e633a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@61a57054
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2422f1d9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@19e17c22
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@19e17c22
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2853dc31, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@42c6acf6, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2d62f31f]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@50d407f7 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18470662 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1dd3f407 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5e505052
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2e4b0fd0 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e9f786d (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@ceec675 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@50e0d57a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@26237539
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f83718
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f83718
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@618b2d05, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2074e8fa]
variables size: 3
variableName: current_use
variableName not input port: current_use
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output
variableName not input port: output
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output_is_present
variableName not input port: output_is_present
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:31 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:32 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
org.eclipse.core.internal.resources.ResourceException(/testExportStateMachinesAsSmv)[368]: java.lang.Exception: Resource '/testExportStateMachinesAsSmv' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@21106655 (name: modelSystemView, visibility: <unset>) (URI: null)
org.eclipse.core.internal.resources.ResourceException(/testFaultExtensionsGeneratorAcceleo)[368]: java.lang.Exception: Resource '/testFaultExtensionsGeneratorAcceleo' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
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@1dea6b0f (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@38472d13 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@166e9312 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4613275b
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4613275b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4613275b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4f3da667 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5c6a341 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@5bb14aff (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@499f5d67
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@499f5d67
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@499f5d67
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@65bcf8bc (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@75a18e4c (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1e22653a (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ab36bfe
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ab36bfe
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ab36bfe
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@453b96a3 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@64742b59 (value: 5)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6a316e3b (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4e1f1182
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4e1f1182
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4e1f1182
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@3b164a04 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@68e66209 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6a06039d (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@408ac4c1
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@408ac4c1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@408ac4c1
XXXX: t0 -> x>6
XXXX: t5 -> null
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@88796ac (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@b0cb6b5 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6a42be74 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6597e61b
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@51912ef3 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3f46836a (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@40082be8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a75aacc
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@424bf9c7 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@491d6f37 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@48cb4a97 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f5faa88
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6247f165 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@40014ecd (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@528c2ba8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5085c09b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@d14df37 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@47298f7e (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@74cb3d58 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@a34aa42
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@21722154
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11a3df38
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11a3df38
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@340c9007, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7c8edb, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6f03d29, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@320bc47, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@53fc888c]
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@598f6435 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3a4472e2 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@22448a62 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@54b0e196
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@76bc99f9 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6ff626ae (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6967b6a8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a885643
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@286973ba
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3128f541
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3128f541
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@75473b45, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6f22bb15]
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6f0608d2 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4bfc7c (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@72b4bac (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@66c98d4a
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39d659d9 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6621ea83 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3b0abbc0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1183c236
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1a10494e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a297546
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a297546
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7e09aba6, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4d8aeda2]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1cffb67f (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@530e7a1b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@b77660f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3cd01d10
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5dfd18bb (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7d836fbd (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d74291c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@71f0853f
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@447d637a (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@226512cf (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4eb5f356 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3b195ec2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@14d08c68
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1604329b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1604329b
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@17d44f54, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@27e17069, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@c8b77b]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3391405e (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@40a097f2 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@77cc13ad (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3e3b2108
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7910521 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@43ca1d26 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@540c3f89 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@33d87761
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3cefc436 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2fdfdda0 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1a9a4fa5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6a0950e8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2805f7eb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a2c624e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a2c624e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3c55728e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1c54f233, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@193ed2f5]
variables size: 5
variableName: x
variableName not input port: x
2024-05-28 09:23:34 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:34 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: approach
variableName not input port: approach
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: exit
variableName not input port: exit
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:35 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: enter
variableName not input port: enter
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: far
variableName not input port: far
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:36 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34c0eec2 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6d04993f (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@3cac280c (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@743b8129
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@743b8129
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@743b8129
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2393f9bd (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@65caa13a (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6a023264 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54e2f13d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54e2f13d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54e2f13d
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5e879dac (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5ad93b37
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3612633 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7226a0e (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@65aafdbb (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@763962ba
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5ad93b37
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@763962ba
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7c6382f0 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a9ddb5a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a9ddb5a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a9ddb5a
XXXX: t0 -> (approach)&&(z==2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@224aa5dc (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@496c14bf
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@146a63cf (op: !)
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3dff5032 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4aec7614 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@4b2ecab6 (op: <)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@146a63cf (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@4b2ecab6 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@168160bd (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1297756d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1297756d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1297756d
XXXX: t4 -> !(approach)&&z<2
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@30b3d437 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@16a9091a (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@44346d5e
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@30a3e387 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1e1f8bc8 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4020b0c8 (op: ==)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@44346d5e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4020b0c8 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@27196b0f (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@25ca252a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@25ca252a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@25ca252a
XXXX: t1 -> (!approach)&&z==2
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@22048de2 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4317b2bf
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@79892d14 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4eaf356a (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@48c2cac0 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@363e0b2d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4317b2bf
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@363e0b2d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@66f6173 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d675ed9
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d675ed9
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d675ed9
XXXX: t2 -> (far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4cfa2890 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@742acfd
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7b3ca5ce (op: !)
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3876f0b2 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2555e184 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@37629497 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29ee4560
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7b3ca5ce (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29ee4560
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@2692d38f (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5b931348
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5b931348
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5b931348
XXXX: t5 -> !(far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15fc519 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1d877476 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3d95a6fe
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35257b5e (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4a2d17ee (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6cafee19 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c9d1724
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3d95a6fe
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c9d1724
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@62fc7c62 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@732f62f0
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@732f62f0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@732f62f0
XXXX: t6 -> (!far)&&(z<2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5f94780b (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3ecdc826 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2e494afb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6860c9b1
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1448a096 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4414c6c1 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@20ee422a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4e2d3ac7
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1fb06f84 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7d70907d (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2f5d72eb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8819ec5
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14510c1e (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6d5b9591 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@29d578fb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2d26bcb2
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@310b64f4 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4d9859 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2dd2a0b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a86d5ce
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@70403eae
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6724297a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6724297a
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2f2a749d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@9ade00e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@380afcff, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4a49f1bd, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@363beaf5]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@66ef1d94 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@ba5661b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@10226d24 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27af8c64
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@393236b8 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@19870a3b (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1acf1f62 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@41586cf3
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@69f70596 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@48801c41 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2a562e3c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@286bf071
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@79e18b5f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2232b11d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2232b11d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3ba35699, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@63ac8d83, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@43e79d71]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1cee404c (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@53f98129 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@242b8086 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6a86df7b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4040e47
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@67a528d0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@67a528d0
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5fbee3b8]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3789836e (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@f91d6e8 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@110995cd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27312aa1
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5c585fda (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5dffe42f (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@85a5a0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2ecfe333
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@30f7cfbf (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@120b9b12 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3f8e8456 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6e093eef
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@608d9ea6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3891d3ee
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3891d3ee
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4f8196f0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1d62a8e7, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@49f266b5]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@162a096d (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7fc9465b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7dab657b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2e97062a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@68b003f4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@52b03be7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@52b03be7
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@12adcd65]
variables size: 3
variableName: z
variableName not input port: z
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: lower
variableName not input port: lower
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: raise
variableName not input port: raise
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - 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@3cd63dd8 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4229f62b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1ae240fc (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@691b62a0
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@691b62a0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@691b62a0
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@efd6eb1 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@751eacb6 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@2b222d8f (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@32ee67d5
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@32ee67d5
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@32ee67d5
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5fe847ae (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@75ac0d5a (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1ee6060d (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@45db6c69
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@45db6c69
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@45db6c69
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2175ae94 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@35f84b8c (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@181ef2ea (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1d624109
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1d624109
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1d624109
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5abf86ca (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4efaf8d4 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ff25da
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b013c20 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@d2e765c (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@140b1375 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6c2235db
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ff25da
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6c2235db
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4e60f443 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a380d88
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a380d88
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a380d88
XXXX: tr0 -> (!lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@965d553 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b80452e
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@700b95d3 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@24bfb00b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@3573682 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ae7aaf3
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b80452e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ae7aaf3
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@36ee0171 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@363c4b82
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@363c4b82
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@363c4b82
XXXX: tr1 -> (lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2022ee16 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@20f5e01e (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3740f356
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@726216bd (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@458714b9 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@4afde907 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7a17794d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3740f356
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7a17794d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@18a25f4c (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5883bc87
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5883bc87
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5883bc87
XXXX: tr6 -> (!lower)&&(y<2)
XXXX: tr2 -> null
XXXX: tr7 -> null
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4a139fb0 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@13ef5f4a (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@edd6714
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@711ad80c (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@27a22780 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4e5e3931 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2b5e0229
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@edd6714
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2b5e0229
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@c2365f6 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@ece2ec5
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@ece2ec5
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@ece2ec5
XXXX: tr3 -> (!raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68e2f1db (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3d15d1a1
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@281bfeef (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@452fd28c (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@3a3c8fdb (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29b7d9e4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3d15d1a1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29b7d9e4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@5eaca6bb (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65d7090
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65d7090
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65d7090
XXXX: tr4 -> (raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@207be316 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@35d981e5 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3f05a62b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f9c9cc0 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7080ad76 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@92fdc2a (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b0917da
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3f05a62b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b0917da
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7098f2e7 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5bcd6c9f
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5bcd6c9f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5bcd6c9f
XXXX: tr8 -> (!raise)&&(y<2)
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2aaaa2ef (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4dac1c4a (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@5795447 (op: >=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3aa57b5d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3aa57b5d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3aa57b5d
XXXX: tr5 -> y>=1
XXXX: tr9 -> null
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@29d43942 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@42910f40 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7b138795 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6fa82ff2
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@673e056c (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2d9fedc4 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4ad7e8cd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@64ae89da
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@732ce546 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@210fd72a (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@546bd246 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@441b6148
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5009aa58 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@f6081f4 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5939bbc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a9dab67
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75b9906 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@c3fc738 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@15e8e378 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@62d9b431
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@391192c5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6b2ff01d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6b2ff01d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@431cb47f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@12489f69, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@65b0b2c1, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@466ed760, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@60772c9e]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@eaaeafb (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1b564caa (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@13e91557 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@233b0c21
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7a9fd78f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5f2df9e2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5f2df9e2
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6b3b4927]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3b96d13 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1cb0f5a3 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1cb46c3b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@34580ad4
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7cc138b9 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6747d76f (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@58adba08 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2cd71563
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5926e4b0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7f4af1c8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7f4af1c8
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@346dc16, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1813753e]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2735dc04 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@594b2dcd (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@58f0bec1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@71981bd6
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@78442c1d (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78e1539d (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@25baecf6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@14cd053c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4d30e77c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5b3e4ff6
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5b3e4ff6
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@15a590e5, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@103b80bb]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1ed36dc5 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3521dfc1 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@32361255 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@39dbaece
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3c634175
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3dc6d401
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3dc6d401
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@75420925]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b3b7b88 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@261fb1a9 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3277cf0d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@16b0ab8d
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@66a775e8 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3d6e026c (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@31edbd6b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@22929418
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7f47bd97
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6b29f94f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6b29f94f
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7b2e0178, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@97adfee]
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38d63ba7 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3f9d9210 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@71efbcdf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7c46775e
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75446072 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@261a61d8 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2a1f3880 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@652c561a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@33bded3d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7d6e095d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7d6e095d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6b0d519, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@68d05be2]
variables size: 3
variableName: y
variableName not input port: y
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:37 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: up
variableName not input port: up
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: down
variableName not input port: down
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
org.eclipse.core.internal.resources.ResourceException(/testExportTimedStateMachinesAsSmv)[368]: java.lang.Exception: Resource '/testExportTimedStateMachinesAsSmv' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.333 s - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless
testImportModelFromOssFile(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.487 s
testExportBlocksAsK2(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.945 s
testExportBlocksAsPy(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.259 s
testExportAsyncModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.162 s
testExportAsyncHybridModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.028 s
testFaultExtensionsGenerator(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.973 s
testExportModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.029 s
testExportStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.844 s
testFaultExtensionsGeneratorAcceleo(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.754 s
testExportTimedStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 4.809 s
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - 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.AllTests

(SWT:726): Gtk-WARNING **: 09:23:39.300: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)

(SWT:726): Gtk-WARNING **: 09:23:39.305: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)

(SWT:726): Gtk-WARNING **: 09:23:39.308: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton)

(SWT:726): Gtk-WARNING **: 09:23:39.334: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@3bf8736 (name: modelSystemView, visibility: <unset>) (URI: null)
num diagrams: 2
resultsGeneratorService
diagramDescriptors
domain: org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomain@243515f3
java.lang.NullPointerException
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getStereotype(StereotypeUtil.java:122)
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getCHESSStereotype(StereotypeUtil.java:35)
	at org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil.findStereotype(EntityUtil.java:463)
	at org.polarsys.chess.OSSImporter.core.utils.StereotypeUtil.refreshStereotypes(StereotypeUtil.java:62)
	at org.polarsys.chess.OSSImporter.core.actions.ImportOSSFileAction.startParsing(ImportOSSFileAction.java:1397)
	at org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless.testImportModelFromOssFile(TestBasicOperationsHeadless.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:35)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
java.lang.NullPointerException
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getStereotype(StereotypeUtil.java:122)
	at org.polarsys.chess.contracts.profile.chesscontract.util.StereotypeUtil.getCHESSStereotype(StereotypeUtil.java:35)
	at org.polarsys.chess.contracts.profile.chesscontract.util.EntityUtil.findStereotype(EntityUtil.java:463)
	at org.polarsys.chess.OSSImporter.core.utils.StereotypeUtil.refreshStereotypes(StereotypeUtil.java:63)
	at org.polarsys.chess.OSSImporter.core.actions.ImportOSSFileAction.startParsing(ImportOSSFileAction.java:1397)
	at org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless.testImportModelFromOssFile(TestBasicOperationsHeadless.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.Verifier$1.evaluate(Verifier.java:35)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:238)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@1e23ede4 (name: System, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testImportModelFromOssFile)[368]: java.lang.Exception: Resource '/testImportModelFromOssFile' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@122df0e2 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@122df0e2 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@122df0e2 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@609e5f1d (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@2f6fda2e (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@47ec17ba (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3de4e44b
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2f90325d (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7e7f232b (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5989ba99 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4355db5f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6df91bb2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f7ab115
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f7ab115
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@18ddcd4f (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@18ddcd4f (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@18ddcd4f (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d6d4c7e (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@159c2bc (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@776becc3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5225f91
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@426bfdf7 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@d688b24 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@25cd63be (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@32846e41
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2f9db9a3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@24cade29
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@24cade29
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4f278fe (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@728506cc (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@728506cc (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@728506cc (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@bd8248c (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@712eeb2 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@50f3c701 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@12bc98fd
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@588a3262
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22cc083a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22cc083a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@54660659 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@54660659 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@54660659 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1529dd1 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4af05828 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6f0239f4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@9054510 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1cacfdf4 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54d5c751
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@9054510 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54d5c751
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@2a6689a6 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@9e8743f
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@72506bab (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8c5d5ff
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@167056f8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4f653094
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4f653094
state: org.eclipse.uml2.uml.internal.impl.StateImpl@5c1b0ec9 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5835d7f1 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5835d7f1 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5835d7f1 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@31bc4d5e (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5a7ebf5a (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2fcb88f1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@51f2967e
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@277e7a3 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@2d5c1cd8 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5ea39582 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1ba7b94e
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@26d00f66 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6ba76db8 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@29eafacb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@fa14b71
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@29accedc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6aa28caa
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6aa28caa
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@469bf033 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2775a1af (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2775a1af (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2775a1af (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@498ffbd9 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47fad161 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2e4d25d1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@346309e2
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2846d84 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@13e4d56c (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54c0096c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@78c0260f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@59899cde
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@431b25e7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@431b25e7
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21988b5f (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21988b5f (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21988b5f (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4761435e (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@732f20ab (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3782b35d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@417801e6
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@cced124 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ee826e (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@24d4c1b5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@25a283f8
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5f9f3199 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d1035f6 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2f4b8088 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1ec76bda
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@38729262
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f0b20f3
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f0b20f3
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d6f7328 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d6f7328 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d6f7328 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6af14bee (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@69d53773 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@479073 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6baab3eb
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@be42b4b (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b4afbeb (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@77b23ef9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@49b9ee0f
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63ad2a00 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7f24003d (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1987acd6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1fc8f07f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@15bf34ac
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@13ef0d35
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@13ef0d35
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5f6ccfe6 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@189e622c (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@189e622c (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@189e622c (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1fc9d82f (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4bb4dcbc (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@24a22d90 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4015e4ed
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11cc4460 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c703bd9 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@490b576a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@26d6f02a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@55ca5fd4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@61e0b667
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@61e0b667
state: org.eclipse.uml2.uml.internal.impl.StateImpl@485ae2f (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@142460de (name: input_2, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
org.eclipse.core.internal.resources.ResourceException(/testExportBlocksAsK2)[368]: java.lang.Exception: Resource '/testExportBlocksAsK2' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@71b9464 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@71b9464 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@71b9464 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3842d74c (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@a6787cf (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7baca7e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@696fc66b
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@473994bd (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@71563a6a (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@20eee704 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@372521ec
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3c32d7c9 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7c773f4f (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2bf63102 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@35424fd1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1f645a2f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@62c18f45
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@62c18f45
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2712790f (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7943deca (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7943deca (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7943deca (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5d103ff1 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@643fa8b (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@469684d0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6e0412bd
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3237573b (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b396454 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@59fbc5e7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@17a4b59f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1fa2b6df
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5bde6c8b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5bde6c8b
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@be3e733 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@be3e733 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@be3e733 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7d2b12cc (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5088c349 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2464fc48 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4f128ba0
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a8a4dfc (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c0e596f (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7f0b6c1a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@249fb7d0
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1c42fb12 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@12891cd4 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3646c923 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6fbec90c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@642f3582
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22e92e9a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22e92e9a
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@572c3eb9 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@572c3eb9 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@572c3eb9 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3ed4b15d (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5ad54dd2 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4b650b7b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@65f49da3
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7eb18619 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e7affc0 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6d2703a7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2c7f8225
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5e8c58fd (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7513813 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@52be2965 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@280e7bd
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3e771ca0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@563f0014
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@563f0014
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5513b495 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1e20e526 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1e20e526 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1e20e526 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7f81a5bf (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2f71941a (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@f3e4840 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1eac2c95
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6c72dea2 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4f004672 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@32016b9a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4db631cb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@37cb6111
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1bb15644
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1bb15644
state: org.eclipse.uml2.uml.internal.impl.StateImpl@21837a28 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@5cdbd7a4 (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@a7ba989 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@a7ba989 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@a7ba989 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@64c8ef94 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@66d2465f (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@59bc09c0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5e16ec44
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7d811c5d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@31b6d360
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@31b6d360
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@53eeed2a (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@53eeed2a (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@53eeed2a (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4f012592 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7981a29e (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@685413e3
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1f330602 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@59d89dc3 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2db94134
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1f330602 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2db94134
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@653a846b (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@62be9dd8
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7f9532c9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@18c27cee
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@296aba41
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6f930073
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6f930073
state: org.eclipse.uml2.uml.internal.impl.StateImpl@d014fb4 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2af78d21 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2af78d21 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2af78d21 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@190f2574 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@1cfc2ba3 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@311f82a2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5f644ee0
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3fa0e4fd (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@42fc6199 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@fbbf1f6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@72d5adaf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4aea2804
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@f6c3f2e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@f6c3f2e
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5d73f84d (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5d73f84d (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5d73f84d (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35858ac8 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2eb2204b (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@71b7d5bd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f7e84c0
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@66b4822d (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@59bb56c8 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@166e7a7f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1d3db4f6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5fdae896
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22458053
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22458053
state: org.eclipse.uml2.uml.internal.impl.StateImpl@13e41388 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
org.eclipse.core.internal.resources.ResourceException(/testExportBlocksAsPy)[368]: java.lang.Exception: Resource '/testExportBlocksAsPy' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@1e0aa7de (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@19b4237a (name: SystemWithWatchdog, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testExportAsyncModelAsOss)[368]: java.lang.Exception: Resource '/testExportAsyncModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@6e6ef19d (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@4a2a22cd (name: SystemWithWatchdog, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testExportAsyncHybridModelAsOss)[368]: java.lang.Exception: Resource '/testExportAsyncHybridModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3098489c (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3098489c (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3098489c (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@342fb324 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@66df304b (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@44681815 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6216ff8e
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b69d67b (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@342bf635 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3007f815 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@65389b14
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@753c6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2ba1af31
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2ba1af31
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@48ef92b (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@48ef92b (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@48ef92b (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1b0e806a (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@529ce806 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6fa250c0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@78d50128
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1737c388 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@22dec5b0 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5f07b57b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@f8b33f2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@26098a08
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1a01ac30
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1a01ac30
state: org.eclipse.uml2.uml.internal.impl.StateImpl@321b5eb6 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@c3af887 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@c3af887 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@c3af887 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38fcd7ca (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2c9ada1e (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2762ea17 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6f38325e
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@31a4faf4 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@4b148cf4 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7b96e5d3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5592923d
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4377b121 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cebf697 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@601f36a4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@21dd43e0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5f5d1043
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@64a586fb
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@64a586fb
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d89b6f9 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3942f560 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3942f560 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3942f560 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@692e3441 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5efb0553 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2402b9db (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@646eca4c
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7cfa66bc (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7a2d35ed (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4bd08712 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@597e088e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@769e4a9b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5572bbcc
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5572bbcc
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@89a6641 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@89a6641 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@89a6641 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@13aeb3b (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1fb245bc (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@21382767 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@50575605
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6621c07 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@bf036d2 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6b933bd4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@11ebfdd
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@170a09dd (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1d46eb48 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6f793eaf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1bed84ca
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5cee228b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4d478b3e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4d478b3e
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15b0395b (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15b0395b (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15b0395b (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@353a6679 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@345898b2 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@245cee26 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@224124b0
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@442e972f (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34431a10 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@772def60 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5ce22191
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6cc542cd (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@407a46df (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5834f75f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1517bb61
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@53825024
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2e3505d8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2e3505d8
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4063d9c4 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3786d0fe (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3786d0fe (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3786d0fe (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@320118ac (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23507ae3 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7ff03b07 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@548cfb2d
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ef25d68 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e55b537 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@300397f9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3e55747
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7f00434e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@15685c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@15685c
state: org.eclipse.uml2.uml.internal.impl.StateImpl@7987ba0b (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@12d8d626 (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@37de4876 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@37de4876 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@37de4876 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@65bae55d (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@68ca0d64 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@26c3355f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6b29df21
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@590b4f14
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@c2831ef
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@c2831ef
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e5247af (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e5247af (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e5247af (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@487714b1 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@364f2fdc (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@254c3e68
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3f02b80a (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4f20f1c7 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@de1630
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3f02b80a (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@de1630
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4425d73d (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6ecdf55b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@26ab9f8c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@563472ff
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3cc2db3b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3ba43e1d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3ba43e1d
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4c03d9a (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
org.eclipse.core.internal.resources.ResourceException(/testFaultExtensionsGenerator)[368]: java.lang.Exception: Resource '/testFaultExtensionsGenerator' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@17bbe407 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@76903abd (name: System, visibility: public) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException(/testExportModelAsOss)[368]: java.lang.Exception: Resource '/testExportModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
PrimitiveTypes::Real
PrimitiveTypes::Boolean
PrimitiveTypes::Real
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@74f8f8b6 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@32569847
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@32569847
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@32569847
XXXX: pr_to_pr -> true
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@512f16 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@127dca81 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5671482e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@10f1d99
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@8afbb31 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@747a5167 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@289647fe (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@518c74a0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@248f2b93
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3bdd8e8f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3bdd8e8f
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2946f179, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@17e7d307]
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@46be3d37 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5e07eb85 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@51501d6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@49ee5f90
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e8e941f (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f341388 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3282ba09 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@92b6116
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@38f2240
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@143b018d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@143b018d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6c447951, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7df78ff5]
variables size: 2
variableName: sensed_speed
variableName not input port: sensed_speed
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - 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
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:49 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - 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@71cd346f (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@60f54035
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@60f54035
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@60f54035
XXXX: pr_to_pr -> true
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@52d75658 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@72f62023 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4105942e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@41014638
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@298cadd6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@38771e68
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@38771e68
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2726ff76]
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@789baff4 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@147900fb (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29d2c858
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@163add6f (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@337b2453 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6fd9841f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@163add6f (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6fd9841f
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@507601b4 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10e76f70
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7a549883 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@598e12aa
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3995c38e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@77e907da
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@77e907da
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@bb9d300]
variables size: 1
variableName: absence_alarm
variableName not input port: absence_alarm
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
RootElement::modelAnalysisView::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@50416bff (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4473ee65 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@61c464e3
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@61c464e3
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@61c464e3
XXXX: in1_to_in1 -> !switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d3e45ec (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1318db27
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1318db27
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1318db27
XXXX: in1_to_in2 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@36de3387 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1fcfdfa0
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1fcfdfa0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1fcfdfa0
XXXX: in2_to_in1 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ca67e24 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@c6119e5 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@692b81b8
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@692b81b8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@692b81b8
XXXX: in2_to_in2 -> !switch_current_use
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c24268 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1d045f05 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4845f801 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@470e0f00
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@524ad48b (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@6d8945b0 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@a6b2df0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3d2a45b2
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39403010 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1e43564d (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d94ecd8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@227c370d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1a8453e2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@65122b3
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@65122b3
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@14bef290, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3eace69, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@69fad9cb]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5b6b5809 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42540e6a (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@48a1163c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@260fee3
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3ca55b6 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@618f3cfb (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@21dfc600 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@24cda33e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@757b25f4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1d1ae221
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1d1ae221
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3509c661, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@57dfcc89]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@587338ba (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@32519d50 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@50f46968 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@32aa18ba
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@73dd50bd (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d58f88b (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3e946761 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c19c7c1
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@45d83c47 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4fce08d7 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@52fcd120 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@40c93371
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4477052b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@66408f9b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@66408f9b
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5b521fdc, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4880eb57, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@61a572c]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@772071ea (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@753d94e0 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4eff6c2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7516ca15
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14d5a7c (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@184e5421 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@636cf80c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2069c016
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b9cf0dd (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21995ad3 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@25b16a74 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4b3667a4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@67006c07
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f2bc47e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f2bc47e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1dd673b1, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@30321bcc, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@624e0871]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@50ea0b80 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@780b4392 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@307e8b71 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@684c2720
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68fa87a2 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4acf5efc (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@eae61d7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7522205
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3ba972da
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2d6ea08e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2d6ea08e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@428deecc, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4ea8a1ab]
variables size: 3
variableName: current_use
variableName not input port: current_use
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output
variableName not input port: output
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output_is_present
variableName not input port: output_is_present
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:50 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
org.eclipse.core.internal.resources.ResourceException(/testExportStateMachinesAsSmv)[368]: java.lang.Exception: Resource '/testExportStateMachinesAsSmv' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@74323ad4 (name: modelSystemView, visibility: <unset>) (URI: null)
org.eclipse.core.internal.resources.ResourceException(/testFaultExtensionsGeneratorAcceleo)[368]: java.lang.Exception: Resource '/testFaultExtensionsGeneratorAcceleo' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ff62c4e (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4bd1094e (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1c9b6974 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7bac9954
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7bac9954
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7bac9954
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7b67580d (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4026a8ea (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1747ad0c (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7913d48a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7913d48a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7913d48a
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d6b6164 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10e0e9f
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21013081 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7c4ac305 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@1acceda9 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6bc77299
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10e0e9f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6bc77299
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@43ead258 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b58d9d5
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b58d9d5
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b58d9d5
XXXX: t0 -> (approach)&&(z==2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@bc7a556 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6134dd37
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1dbea09a (op: !)
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2849da97 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1e1227dd (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@59888c4d (op: <)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1dbea09a (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@59888c4d (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@315a5d96 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@405ea391
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@405ea391
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@405ea391
XXXX: t4 -> !(approach)&&z<2
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4ee526fc (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@944f913 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@72519fb
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15e19484 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@72548202 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@5cf6613a (op: ==)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@72519fb
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@5cf6613a (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7333419e (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@50085bc0
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@50085bc0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@50085bc0
XXXX: t1 -> (!approach)&&z==2
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d2be61f (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29ab08ed
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@515dd787 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@20621cc (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@108f248d (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6112ba11
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29ab08ed
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6112ba11
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@5e4ca85b (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@31ac5494
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@31ac5494
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@31ac5494
XXXX: t2 -> (far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5c08141d (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@47e6fdf4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@34af2a0e (op: !)
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a53acae (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7667f505 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@61ebf60 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4bac0af7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@34af2a0e (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4bac0af7
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@3c6df9f0 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4a729a17
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4a729a17
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4a729a17
XXXX: t5 -> !(far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42cef2aa (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6c7126f8 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3198dbe3
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@d5d2142 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@38b3c9e1 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@5d906ee9 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2a20e17b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3198dbe3
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2a20e17b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4e13924c (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35913d17
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35913d17
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35913d17
XXXX: t6 -> (!far)&&(z<2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1dc9d109 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1054959a (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2277f516 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2bc495ed
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@78d65805 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4c9afac0 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@51d86900 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5e3ce52b
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14608899 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@fb73c2f (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1d35d4b0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@24996f80
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34ad0fca (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cd1b34 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@316edf89 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5e64534b
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2ebc412 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@68957bc0 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2f4063cc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@53428364
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@f55164a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@610d06eb
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@610d06eb
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@44914ece, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1c087586, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@aefe99f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@626747fc, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2c4e8240]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42543b65 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@27807b57 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@576889a7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@46c49abc
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@25280e12 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1d69323 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1260170f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@70137e85
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@152eb60b (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@20547006 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@329ec36c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@599274ec
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@396c1f3b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@481b24c2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@481b24c2
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@69c87edb, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@373d8c8a, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3ca9bdea]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5cb2d685 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@637ea604 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@51f2c07f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@793afd56
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@33f60a0a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7e5ac750
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7e5ac750
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3e6b63d4]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7cbc26e8 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@786843d3 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3540da65 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4d67a637
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@50714215 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6abdf513 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@599d99d3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@29bbcac9
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@73805401 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7610320f (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@43766e1f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@34ec093a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@453d73fa
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@56b5cd4f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@56b5cd4f
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@603c8135, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@26a6965, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@351704a8]
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@347a3b13 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@176d5f0f (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@60e1f26f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@436772d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@61f1761b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@44640af4
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@44640af4
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2e51dd67]
variables size: 3
variableName: z
variableName not input port: z
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: lower
variableName not input port: lower
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:52 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: raise
variableName not input port: raise
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - 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@1fa06adc (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1c06d518 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1d682809 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@259bd3f4
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@259bd3f4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@259bd3f4
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@707c0e1e (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@710b31f3 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@11484d92 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@314e27c8
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@314e27c8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@314e27c8
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@c556bbe (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3a03d722 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@41b93f11 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@c76fdb6
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@c76fdb6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@c76fdb6
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5db4fc9b (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@79f48606 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1a9279c8 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35ba7c55
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35ba7c55
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35ba7c55
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@24aa189f (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7c9d8f6b (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5e323942
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2a4442fe (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5e5ed9c9 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4e28f3be (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@11f2b10
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5e323942
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@11f2b10
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@9c4da7f (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4116b288
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4116b288
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4116b288
XXXX: tr0 -> (!lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@61bf1eb5 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6aa8e359
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@36623cc7 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@39830e60 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@20d0f553 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d4f683b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6aa8e359
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d4f683b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@2a6ce951 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@757f4221
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@757f4221
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@757f4221
XXXX: tr1 -> (lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4798ecf3 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@39467e3d (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@190dcb65
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5ecdb17d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5e322123 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@548f1b4e (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@232eb459
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@190dcb65
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@232eb459
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@10dbaf18 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d3156d7
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d3156d7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d3156d7
XXXX: tr6 -> (!lower)&&(y<2)
XXXX: tr2 -> null
XXXX: tr7 -> null
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d157569 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4b774f77 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@359ccf71
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11f6d51f (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@772e4475 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@653a110 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@556711ec
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@359ccf71
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@556711ec
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@721e6872 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@519eaa0f
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@519eaa0f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@519eaa0f
XXXX: tr3 -> (!raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@30f16de9 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35a06564
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5897daeb (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@43ae93a3 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@780b201a (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4eb6e13a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35a06564
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4eb6e13a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@28102a85 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a3b03a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a3b03a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a3b03a
XXXX: tr4 -> (raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1e21f562 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@43c2b177 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@37f37e25
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@695cece8 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@78c79e44 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@2e58c122 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f6909a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@37f37e25
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f6909a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@cc31780 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@24df55d6
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@24df55d6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@24df55d6
XXXX: tr8 -> (!raise)&&(y<2)
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@353f12bd (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2c2aa63a (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@78b8dbb4 (op: >=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7a467738
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7a467738
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7a467738
XXXX: tr5 -> y>=1
XXXX: tr9 -> null
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@456283eb (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7ea0ff75 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3d63346a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a161dd1
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6bbabca3 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1218adf6 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@367c0bbb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3c0e7030
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@26f8cb6 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@55cfe610 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3b80ec1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4c786176
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@320c4e73 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1859c144 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5bd40a88 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@54a8a355
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4070065 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5282a240 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@29f962d2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@385aceb3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4e2f5f5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@275414db
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@275414db
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@60aaba6e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@674547b7, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1c440274, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@775e19db, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4292b494]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@50cbcf9d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2b88b1c1 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@588a68aa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f126776
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@712bf82e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7e40b76
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7e40b76
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7acdff79]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3c8b920c (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1cdd3c0b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d91a6f9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1408a236
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@74735949 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@13b1ea8 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@415dc618 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1095c517
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7e427f5d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1729cd30
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1729cd30
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@69bed411, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@242f683d]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@72193b2c (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2d05a75a (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@768058e1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5255eb8
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3eded56b (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e618a9d (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4a529ae0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@652ddd8c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2d1039cf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7460e6d7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7460e6d7
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4ca86a5d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@19c8cdce]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1a3afa21 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@10c9f69c (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@456afe7e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@49be8e3d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4188ed9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5eda405e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5eda405e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7a48b19d]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@28d23f1c (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@621744ff (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@43a27321 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7be010b6
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4273fa09 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1a9b7e04 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4a702d0d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@31eee155
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6c90e6d3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@10f511e2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@10f511e2
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@12655262, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@30fd849a]
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@52457f42 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5a52239b (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@614ba635 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3be5af54
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42237805 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@926c521 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3560b03e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@23e926c9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7a5391e1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@133939b9
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@133939b9
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@70618962, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5da6f597]
variables size: 3
variableName: y
variableName not input port: y
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: up
variableName not input port: up
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: down
variableName not input port: down
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:53 ERROR TextRegionAccessBuildingSequencer:231 - 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@7d5d5687 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3b3cea12 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@75fb7f0c (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2e06dc80
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2e06dc80
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2e06dc80
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@253b22e4 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@17d09c0a (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@20180454 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@593e9342
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@593e9342
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@593e9342
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2bc5c8d6 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5298cf35 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@35a4f5b6 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@143da439
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@143da439
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@143da439
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@58856015 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3b44ea1f (value: 5)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@3e5464d2 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@721e75c6
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@721e75c6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@721e75c6
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@1abff277 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@210c8687 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@4a4ba312 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@570c9420
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@570c9420
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@570c9420
XXXX: t0 -> x>6
XXXX: t5 -> null
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@210a4f58 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@41e7e133 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7a87976 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@652fb19c
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@16ac42ee (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@68bcc771 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2c9b60d9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@34209787
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@406f18df (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4e66c8ec (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@390cf451 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@9a0d058
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@31b18853 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@49e80721 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1798dc31 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1835fc8a
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@257b1ccf (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2ca3d64e (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7d8beebf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4aed8c28
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@370d7cde
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@70cbd32
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@70cbd32
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2e1c958f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1422419c, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2a3b3fd0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@686d2b0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4cfc8f02]
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19945d95 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@55d456d4 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3ec110e0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@575661da
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6c95f650 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1b006fe0 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2df02a70 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@49ccc6a5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@a289eba
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3bd487a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3bd487a
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@82f17a6, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@354377ea]
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@65a20ff2 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3500531 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@24d1e19d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8dd4906
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7df51a70 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7e0fe172 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@55f92a27 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@370edce7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@62fd76ec
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@f84749d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@f84749d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4c9dd8db, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@21dbc87c]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@138078b3 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4b73b715 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@43a8e50f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@f695fbc
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f3cfb02 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@49a12cef (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4da53849 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8740afe
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@70681419 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30ee88af (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@546d998b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7c665a02
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4c9e514b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7b36e769
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7b36e769
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1858b37d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@a5fa133, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@454abcdb]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@30f3fcad (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@63b0f93a (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5338cea6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@d806e6c
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@22b9ede5 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4624b9a1 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@53fc123d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5d01e520
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@303afda0 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5330b3b7 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@60ee2e16 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3294ffce
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5524c3c1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54c144e1
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54c144e1
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6971a4e9, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4322ada4, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@c82bf7]
variables size: 5
variableName: x
variableName not input port: x
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: approach
variableName not input port: approach
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: exit
variableName not input port: exit
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: enter
variableName not input port: enter
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: far
variableName not input port: far
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2024-05-28 09:23:54 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
org.eclipse.core.internal.resources.ResourceException(/testExportTimedStateMachinesAsSmv)[368]: java.lang.Exception: Resource '/testExportTimedStateMachinesAsSmv' does not exist.
	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:63)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
	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:270)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:240)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	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:58)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	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:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
Tests run: 23, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 16.149 s - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.AllTests
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: 2.739 s
testImportModelFromOssFile(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.766 s
testExportBlocksAsK2(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.101 s
testExportBlocksAsPy(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.006 s
testExportAsyncModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.816 s
testExportAsyncHybridModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.825 s
testFaultExtensionsGenerator(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.834 s
testExportModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.92 s
testExportStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.696 s
testFaultExtensionsGeneratorAcceleo(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.074 s
testExportTimedStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.942 s
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
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.002 s - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking) skipped

Results:

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

[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- resources: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 7 resources
[INFO] Copying file README.txt
[INFO] Copying file basic/SpeedSensor_faultSpeedSensor_SMD.svg
[INFO] Copying file basic/SpeedSensor_SpeedSensorSM_SMD.svg
[INFO] Copying file basic/document.html
[INFO] Copying file basicHeadless/Controller_StateMachine1.smv
[INFO] Copying file basicHeadless/Gate_StateMachine1.smv
[INFO] Copying file basicHeadless/Train_StateMachine1.smv
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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 [22/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.hierarchicalContractView ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.hierarchicalContractView ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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             [23/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.flamm ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.fla.flamm ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.fla.flamm ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.fla.flamm ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.flamm ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.fla.flamm ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.fla.flamm ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.fla.flamm ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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            [24/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.flaxml ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.fla.flaxml ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.fla.flaxml ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.fla.flaxml ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.flaxml ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.fla.flaxml ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.fla.flaxml ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.fla.flaxml ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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                   [25/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.m2m ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.m2m ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.m2m ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.m2m ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.m2m ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.m2m ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.m2m ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.m2m ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.m2m ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.m2m ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.m2m ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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                   [26/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.fla ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.fla ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.fla ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.fla ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.fla ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.fla ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.fla ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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 [27/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.faultTreeGenerator ---

[WARNING] Duplicate name in Manifest: Bundle-Version.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
[WARNING] Duplicate name in Manifest: Bundle-Activator.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
[WARNING] Duplicate name in Manifest: Bundle-RequiredExecutionEnvironment.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
[WARNING] Duplicate name in Manifest: Bundle-ActivationPolicy.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.fla.faultTreeGenerator ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.fla.faultTreeGenerator ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.fla.faultTreeGenerator ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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   [28/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.transformations ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.fla.transformations ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.fla.transformations ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.fla.transformations ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.transformations ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.fla.transformations ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.fla.transformations ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.fla.transformations ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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          [29/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.global ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.xtext.global ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.xtext.global ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.xtext.global ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.global ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.xtext.global ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.xtext.global ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.xtext.global ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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          [30/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- exec: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/2.12.1/org.eclipse.emf.mwe2.launch-2.12.1.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.12.1/org.eclipse.emf.mwe2.launch-2.12.1.pom (1.4 kB at 18 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.12.1/org.eclipse.emf.mwe2.plugins-parent-2.12.1.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.12.1/org.eclipse.emf.mwe2.plugins-parent-2.12.1.pom (3.9 kB at 46 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.12.1/org.eclipse.emf.mwe2.parent-2.12.1.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.12.1/org.eclipse.emf.mwe2.parent-2.12.1.pom (9.6 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.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.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.pom (837 B at 9.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.12.1/org.eclipse.emf.mwe2.language-2.12.1.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.12.1/org.eclipse.emf.mwe2.language-2.12.1.pom (856 B at 18 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 138 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 8.2 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 562 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 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.4 kB at 26 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 959 B/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 25 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 17 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 15 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 60 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 150 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 217 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 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom (1.9 kB at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom (1.9 kB at 7.2 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.28.0/org.eclipse.emf.common-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.common/2.28.0/org.eclipse.emf.common-2.28.0.pom (1.9 kB at 11 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.29.0/org.eclipse.emf.common-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.common/2.29.0/org.eclipse.emf.common-2.29.0.pom (2.0 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.common/2.30.0/org.eclipse.emf.common-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.common/2.30.0/org.eclipse.emf.common-2.30.0.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/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.5 kB at 8.6 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 6.9 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 8.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 7.5 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)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 73 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 51 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 61 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 47 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 101 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 30 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom (2.3 kB at 36 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom (2.3 kB at 112 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.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.33.0/org.eclipse.emf.ecore-2.33.0.pom (2.3 kB at 56 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.34.0/org.eclipse.emf.ecore-2.34.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.34.0/org.eclipse.emf.ecore-2.34.0.pom (2.4 kB at 134 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.35.0/org.eclipse.emf.ecore-2.35.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.35.0/org.eclipse.emf.ecore-2.35.0.pom (2.4 kB at 134 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.36.0/org.eclipse.emf.ecore-2.36.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.36.0/org.eclipse.emf.ecore-2.36.0.pom (2.4 kB at 115 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.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.25.0/org.eclipse.xtext.xtext.generator-2.25.0.pom (8.4 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.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 33 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 (1.1 kB at 18 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 64 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.3 kB at 25 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 34 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 29 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 214 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 39 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 20 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 26 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 23 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 38 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 27 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 67 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 48 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 216 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 31 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 35 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 43 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 28 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 44 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 18 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 35 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 51 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.100/org.eclipse.osgi-3.18.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom (1.7 kB at 240 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.200/org.eclipse.osgi-3.18.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 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.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom (1.3 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.18.400/org.eclipse.osgi-3.18.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom (1.3 kB at 21 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.500/org.eclipse.osgi-3.18.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom (1.3 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.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom (1.3 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.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.19.0/org.eclipse.osgi-3.19.0.pom (1.3 kB at 186 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 (1.1 kB at 24 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 22 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 36 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 27 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 132 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 9.0 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 60 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 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.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 91 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 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.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 216 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 30 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 27 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 82 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 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.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 149 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 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.16.200/org.eclipse.equinox.common-3.16.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.16.200/org.eclipse.equinox.common-3.16.200.pom (1.9 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.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.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.17.0/org.eclipse.equinox.common-3.17.0.pom (1.6 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.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.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.17.100/org.eclipse.equinox.common-3.17.100.pom (1.6 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.18.0/org.eclipse.equinox.common-3.18.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.18.0/org.eclipse.equinox.common-3.18.0.pom (1.6 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.common/3.18.100/org.eclipse.equinox.common-3.18.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.18.100/org.eclipse.equinox.common-3.18.100.pom (1.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.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.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.18.200/org.eclipse.equinox.common-3.18.200.pom (1.6 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.equinox.common/3.19.0/org.eclipse.equinox.common-3.19.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.19.0/org.eclipse.equinox.common-3.19.0.pom (1.6 kB at 776 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 (1.2 kB at 28 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 138 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 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.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 176 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 28 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 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.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 102 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 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.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 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.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 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.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 48 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 53 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 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.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 93 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 58 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 48 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 27 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 39 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 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.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 29 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.100/org.eclipse.core.jobs-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.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom (2.2 kB at 44 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-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.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom (1.8 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.core.jobs/3.13.300/org.eclipse.core.jobs-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.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom (1.8 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.jobs/3.14.0/org.eclipse.core.jobs-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.jobs/3.14.0/org.eclipse.core.jobs-3.14.0.pom (1.8 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.jobs/3.15.0/org.eclipse.core.jobs-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.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom (1.8 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.jobs/3.15.100/org.eclipse.core.jobs-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.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom (1.8 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.core.jobs/3.15.200/org.eclipse.core.jobs-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.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.pom (1.8 kB at 892 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 (1.0 kB at 60 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 242 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 37 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 121 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 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.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 67 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 70 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 103 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 46 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 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.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 75 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 48 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 50 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 217 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 163 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 281 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 178 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.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.11.200/org.eclipse.equinox.registry-3.11.200.pom (2.4 kB at 336 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.300/org.eclipse.equinox.registry-3.11.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.11.300/org.eclipse.equinox.registry-3.11.300.pom (2.0 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.registry/3.11.400/org.eclipse.equinox.registry-3.11.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.11.400/org.eclipse.equinox.registry-3.11.400.pom (2.0 kB at 123 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.12.0/org.eclipse.equinox.registry-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.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.pom (2.0 kB at 2.0 MB/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 (1.0 kB at 23 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 70 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 48 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 65 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 50 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 26 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 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.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 48 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 49 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 41 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 46 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 40 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 50 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 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.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 75 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 13 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 19 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 189 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 212 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.100/org.eclipse.equinox.preferences-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.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom (2.6 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.10.200/org.eclipse.equinox.preferences-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.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom (2.2 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.preferences/3.10.300/org.eclipse.equinox.preferences-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.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.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.400/org.eclipse.equinox.preferences-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.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.pom (2.2 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.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-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.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.pom (2.2 kB at 217 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 (981 B at 13 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 17 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 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.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 37 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 93 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 37 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 83 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 93 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 63 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 56 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 45 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 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.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 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.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 28 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 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.8.200/org.eclipse.core.contenttype-3.8.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.8.200/org.eclipse.core.contenttype-3.8.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/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-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.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.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.core.contenttype/3.9.100/org.eclipse.core.contenttype-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.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom (2.2 kB at 123 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.9.200/org.eclipse.core.contenttype-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.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom (2.2 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.contenttype/3.9.300/org.eclipse.core.contenttype-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.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.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/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 (872 B at 48 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 29 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 32 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 64 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 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.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 65 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 53 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 51 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 142 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 22 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 55 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 67 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 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/1.6.200/org.eclipse.equinox.app-1.6.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.6.200/org.eclipse.equinox.app-1.6.200.pom (2.6 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.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.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.6.300/org.eclipse.equinox.app-1.6.300.pom (2.2 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.app/1.6.400/org.eclipse.equinox.app-1.6.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.6.400/org.eclipse.equinox.app-1.6.400.pom (2.2 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.app/1.7.0/org.eclipse.equinox.app-1.7.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.7.0/org.eclipse.equinox.app-1.7.0.pom (2.2 kB at 308 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 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.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 53 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 316 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 212 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 26 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 375 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 300 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 158 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 67 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 83 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 83 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 59 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 120 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 62 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 130 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 46 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.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.26.0/org.eclipse.core.runtime-3.26.0.pom (3.2 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.runtime/3.26.100/org.eclipse.core.runtime-3.26.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.26.100/org.eclipse.core.runtime-3.26.100.pom (2.8 kB at 400 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.27.0/org.eclipse.core.runtime-3.27.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.27.0/org.eclipse.core.runtime-3.27.0.pom (2.8 kB at 93 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.29.0/org.eclipse.core.runtime-3.29.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.29.0/org.eclipse.core.runtime-3.29.0.pom (2.8 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.runtime/3.30.0/org.eclipse.core.runtime-3.30.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.30.0/org.eclipse.core.runtime-3.30.0.pom (2.8 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.runtime/3.31.0/org.eclipse.core.runtime-3.31.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.31.0/org.eclipse.core.runtime-3.31.0.pom (2.8 kB at 254 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 (1.2 kB at 295 B/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 3.9 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 (947 B at 20 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 37 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 50 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 69 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 78 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 39 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 43 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 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.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 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.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 38 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 27 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 29 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 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.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 40 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.200/org.eclipse.core.expressions-3.8.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.8.200/org.eclipse.core.expressions-3.8.200.pom (2.0 kB at 131 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.9.0/org.eclipse.core.expressions-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.expressions/3.9.0/org.eclipse.core.expressions-3.9.0.pom (1.6 kB at 16 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.9.100/org.eclipse.core.expressions-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.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom (1.6 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.expressions/3.9.200/org.eclipse.core.expressions-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.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom (1.6 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.expressions/3.9.300/org.eclipse.core.expressions-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.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.pom (1.6 kB at 1.6 MB/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 (952 B at 27 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 59 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 74 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 82 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 18 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 49 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 66 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 82 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 56 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 27 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 77 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 49 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 5.1 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 44 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.500/org.eclipse.core.filesystem-1.9.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.9.500/org.eclipse.core.filesystem-1.9.500.pom (2.4 kB at 140 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.10.0/org.eclipse.core.filesystem-1.10.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.10.0/org.eclipse.core.filesystem-1.10.0.pom (2.0 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.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.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.10.100/org.eclipse.core.filesystem-1.10.100.pom (2.0 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.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.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.10.200/org.eclipse.core.filesystem-1.10.200.pom (2.2 kB at 2.3 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.10.300/org.eclipse.core.filesystem-1.10.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.10.300/org.eclipse.core.filesystem-1.10.300.pom (2.2 kB at 438 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 22 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 41 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 26 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 58 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 65 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 127 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 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.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 2.2 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 2.5 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 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.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 48 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 44 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 54 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 65 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 40 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 70 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-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.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom (3.2 kB at 57 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.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.18.100/org.eclipse.core.resources-3.18.100.pom (2.8 kB at 113 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.18.200/org.eclipse.core.resources-3.18.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.18.200/org.eclipse.core.resources-3.18.200.pom (2.8 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.resources/3.19.0/org.eclipse.core.resources-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.resources/3.19.0/org.eclipse.core.resources-3.19.0.pom (2.4 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.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.19.100/org.eclipse.core.resources-3.19.100.pom (2.4 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.20.0/org.eclipse.core.resources-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.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom (2.4 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.resources/3.20.100/org.eclipse.core.resources-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.resources/3.20.100/org.eclipse.core.resources-3.20.100.pom (2.4 kB at 1.2 MB/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.3 kB at 24 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 69 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 (1.0 kB at 19 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 35 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 (980 B at 10 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 50 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 43 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 17 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 26 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 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.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 32 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 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.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 44 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 27 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 27 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 57 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 59 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 39 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.300/org.eclipse.core.commands-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.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom (1.6 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.core.commands/3.10.400/org.eclipse.core.commands-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.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom (1.6 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.commands/3.11.0/org.eclipse.core.commands-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.commands/3.11.0/org.eclipse.core.commands-3.11.0.pom (1.6 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.commands/3.11.100/org.eclipse.core.commands-3.11.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.11.100/org.eclipse.core.commands-3.11.100.pom (1.6 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.commands/3.11.200/org.eclipse.core.commands-3.11.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.11.200/org.eclipse.core.commands-3.11.200.pom (1.6 kB at 29 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.12.0/org.eclipse.core.commands-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.commands/3.12.0/org.eclipse.core.commands-3.12.0.pom (1.6 kB at 131 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 48 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 30 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 51 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 37 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 37 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 49 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 37 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 35 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 39 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 49 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 61 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 70 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 48 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.200/org.eclipse.text-3.12.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.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/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom (2.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.text/3.13.0/org.eclipse.text-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.0/org.eclipse.text-3.13.0.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.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.text/3.14.0/org.eclipse.text-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.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/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 70 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 59 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 57 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 44 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 34 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 48 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 39 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 24 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 51 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 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.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 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.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 86 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 74 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 54 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 86 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 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.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 91 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 42 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 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.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 60 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.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.31.0/org.eclipse.jdt.core-3.31.0.pom (2.8 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.core/3.32.0/org.eclipse.jdt.core-3.32.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.32.0/org.eclipse.jdt.core-3.32.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/jdt/org.eclipse.jdt.core/3.33.0/org.eclipse.jdt.core-3.33.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.33.0/org.eclipse.jdt.core-3.33.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/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom (1.3 kB at 51 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.34.0/org.eclipse.jdt.core-3.34.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.34.0/org.eclipse.jdt.core-3.34.0.pom (2.5 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom (1.3 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/3.35.0/org.eclipse.jdt.core-3.35.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.35.0/org.eclipse.jdt.core-3.35.0.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/jdt/ecj/3.35.0/ecj-3.35.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom (1.3 kB at 33 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.36.0/org.eclipse.jdt.core-3.36.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.36.0/org.eclipse.jdt.core-3.36.0.pom (2.5 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom (1.3 kB at 120 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.37.0/org.eclipse.jdt.core-3.37.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.37.0/org.eclipse.jdt.core-3.37.0.pom (2.5 kB at 425 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.pom (1.3 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.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.3 kB at 29 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 27 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml (1.2 kB at 29 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 56 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 (846 B at 29 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 29 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 34 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 28 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 44 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 31 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 35 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 41 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 61 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 39 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 61 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 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.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 130 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.6.0/org.eclipse.core.variables-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.variables/3.6.0/org.eclipse.core.variables-3.6.0.pom (1.6 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.6.100/org.eclipse.core.variables-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.variables/3.6.100/org.eclipse.core.variables-3.6.100.pom (1.6 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.core.variables/3.6.200/org.eclipse.core.variables-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.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom (1.6 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.variables/3.6.300/org.eclipse.core.variables-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.variables/3.6.300/org.eclipse.core.variables-3.6.300.pom (1.6 kB at 1.6 MB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 43 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 21 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 125 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 63 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 85 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 63 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 55 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 11 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 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.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 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.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 59 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 59 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 55 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 50 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 18 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 52 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 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.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/platform/org.eclipse.debug.core/3.20.0/org.eclipse.debug.core-3.20.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.20.0/org.eclipse.debug.core-3.20.0.pom (2.8 kB at 97 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.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.20.100/org.eclipse.debug.core-3.20.100.pom (2.4 kB at 185 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.21.0/org.eclipse.debug.core-3.21.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.21.0/org.eclipse.debug.core-3.21.0.pom (2.4 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.debug.core/3.21.100/org.eclipse.debug.core-3.21.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.21.100/org.eclipse.debug.core-3.21.100.pom (2.4 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.debug.core/3.21.200/org.eclipse.debug.core-3.21.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.21.200/org.eclipse.debug.core-3.21.200.pom (2.4 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.debug.core/3.21.300/org.eclipse.debug.core-3.21.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.21.300/org.eclipse.debug.core-3.21.300.pom (2.4 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.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 (1.2 kB at 33 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 45 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 100 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 28 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 57 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 76 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 81 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 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.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 64 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 69 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 61 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 74 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 74 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 87 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 46 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 47 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 27 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 24 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 93 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 68 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 87 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.300/org.eclipse.jdt.debug-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.debug/3.19.300/org.eclipse.jdt.debug-3.19.300.pom (2.8 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.debug/3.20.0/org.eclipse.jdt.debug-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.debug/3.20.0/org.eclipse.jdt.debug-3.20.0.pom (2.4 kB at 46 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.20.100/org.eclipse.jdt.debug-3.20.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.20.100/org.eclipse.jdt.debug-3.20.100.pom (2.4 kB at 147 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.21.0/org.eclipse.jdt.debug-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.debug/3.21.0/org.eclipse.jdt.debug-3.21.0.pom (2.3 kB at 49 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.21.100/org.eclipse.jdt.debug-3.21.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.21.100/org.eclipse.jdt.debug-3.21.100.pom (2.4 kB at 69 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.21.200/org.eclipse.jdt.debug-3.21.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.21.200/org.eclipse.jdt.debug-3.21.200.pom (2.4 kB at 56 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.21.300/org.eclipse.jdt.debug-3.21.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.pom (2.4 kB at 1.2 MB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 79 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 5.9 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 58 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 79 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 49 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 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.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 69 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 76 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 86 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 102 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 91 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 68 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 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.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 74 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 102 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.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 91 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 22 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 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.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 50 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 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.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 102 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 52 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.700/org.eclipse.jdt.launching-3.19.700.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.700/org.eclipse.jdt.launching-3.19.700.pom (3.4 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.launching/3.19.800/org.eclipse.jdt.launching-3.19.800.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.800/org.eclipse.jdt.launching-3.19.800.pom (3.0 kB at 44 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.900/org.eclipse.jdt.launching-3.19.900.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.900/org.eclipse.jdt.launching-3.19.900.pom (3.0 kB at 215 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.20.0/org.eclipse.jdt.launching-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.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom (3.0 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.launching/3.20.100/org.eclipse.jdt.launching-3.20.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.20.100/org.eclipse.jdt.launching-3.20.100.pom (3.0 kB at 158 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.21.0/org.eclipse.jdt.launching-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.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom (3.0 kB at 79 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.21.100/org.eclipse.jdt.launching-3.21.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.21.100/org.eclipse.jdt.launching-3.21.100.pom (3.2 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.pom (2.4 kB at 294 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 86 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (931 B at 27 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 72 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 54 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 228 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.23.0/org.eclipse.emf.codegen-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/2.23.0/org.eclipse.emf.codegen-2.23.0.pom (3.2 kB at 61 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 (1.1 kB at 15 kB/s)
[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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.17.0/org.eclipse.emf.ecore.xmi-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.ecore.xmi/2.17.0/org.eclipse.emf.ecore.xmi-2.17.0.pom (2.2 kB at 52 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.18.0/org.eclipse.emf.ecore.xmi-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.xmi/2.18.0/org.eclipse.emf.ecore.xmi-2.18.0.pom (2.2 kB at 31 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.35.0/org.eclipse.emf.ecore.xmi-2.35.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.35.0/org.eclipse.emf.ecore.xmi-2.35.0.pom (2.2 kB at 55 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.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.36.0/org.eclipse.emf.ecore.xmi-2.36.0.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/emf/org.eclipse.emf.ecore.xmi/2.37.0/org.eclipse.emf.ecore.xmi-2.37.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.37.0/org.eclipse.emf.ecore.xmi-2.37.0.pom (2.2 kB at 62 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml failed 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.6.1/org.eclipse.emf.mwe.utils-1.6.1.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.6.1/org.eclipse.emf.mwe.utils-1.6.1.pom (870 B 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.mwe.core/1.6.1/org.eclipse.emf.mwe.core-1.6.1.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.6.1/org.eclipse.emf.mwe.core-1.6.1.pom (1.2 kB at 36 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 874 kB/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.5 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 822 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.12.1/org.eclipse.emf.mwe2.lib-2.12.1.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.12.1/org.eclipse.emf.mwe2.lib-2.12.1.pom (846 B at 12 kB/s)
[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 1.8 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/): Blocked mirror for repositories: [codehaus-snapshots (http://nexus.codehaus.org/snapshots/, default, snapshots)]
[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 114 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 70 kB/s)
[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 253 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 16 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 148 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 260 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.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 116 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 85 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 76 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 660 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 23 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 174 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 237 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 252 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 230 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 317 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 89 kB/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.12.1/org.eclipse.emf.mwe2.launch-2.12.1.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.12.1/org.eclipse.emf.mwe2.launch-2.12.1.jar (22 kB at 532 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.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.12.1/org.eclipse.emf.mwe2.language-2.12.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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.0.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.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.jar (15 kB at 479 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.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 563 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.30.0/org.eclipse.emf.common-2.30.0.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 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.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.12.1/org.eclipse.emf.mwe2.language-2.12.1.jar (230 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar
[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.jar (369 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar (98 kB at 713 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.37.0/org.eclipse.jdt.core-3.37.0.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.25.0/org.eclipse.xtext.xtext.generator-2.25.0.jar (992 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar (75 kB at 508 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.21.100/org.eclipse.jdt.launching-3.21.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.jar (596 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar (38 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.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.20.100/org.eclipse.core.resources-3.20.100.jar (946 kB at 5.4 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.21.300/org.eclipse.jdt.debug-3.21.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching.macosx/3.6.200/org.eclipse.jdt.launching.macosx-3.6.200.jar (22 kB at 124 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.21.300/org.eclipse.debug.core-3.21.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.300/org.eclipse.jdt.debug-3.21.300.jar (951 kB at 4.8 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.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar (411 kB at 2.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.36.0/org.eclipse.emf.ecore-2.36.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.30.0/org.eclipse.emf.common-2.30.0.jar (390 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.mwe.utils/1.6.1/org.eclipse.emf.mwe.utils-1.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.37.0/ecj-3.37.0.jar (3.3 MB at 12 MB/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.6.1/org.eclipse.emf.mwe.core-1.6.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.37.0/org.eclipse.jdt.core-3.37.0.jar (4.3 MB at 14 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 198 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.12.1/org.eclipse.emf.mwe2.lib-2.12.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.36.0/org.eclipse.emf.ecore-2.36.0.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/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.mwe.utils/1.6.1/org.eclipse.emf.mwe.utils-1.6.1.jar (39 kB at 98 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.6.1/org.eclipse.emf.mwe.core-1.6.1.jar (194 kB at 454 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.12.0/org.eclipse.core.commands-3.12.0.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.12.1/org.eclipse.emf.mwe2.lib-2.12.1.jar (33 kB at 76 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.11.0/org.eclipse.equinox.preferences-3.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar (121 kB at 276 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.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 45 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/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.jar (7.5 kB 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.runtime/3.31.0/org.eclipse.core.runtime-3.31.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.11.0/org.eclipse.equinox.preferences-3.11.0.jar (128 kB at 288 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.15.200/org.eclipse.core.jobs-3.15.200.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.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar (1.1 MB at 2.4 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.12.0/org.eclipse.equinox.registry-3.12.0.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 81 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.9.300/org.eclipse.core.contenttype-3.9.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.jar (118 kB at 257 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.7.0/org.eclipse.equinox.app-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar (204 kB at 439 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.0.jar (94 kB at 200 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/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.jar (106 kB at 225 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/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 20 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/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar (81 kB at 169 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/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 67 kB/s)
[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 25 kB/s)
[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.9 MB/s)
[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 22 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 418 kB/s)
[WARNING] No project file found for /opt/tools/apache-maven/3.9.5/conf/logging. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder, nor a Gradle bin/main folder
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.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.31.0/org.eclipse.core.runtime-3.31.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.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.36.0/org.eclipse.emf.ecore-2.36.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.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.4.0.v20200417-1444/org.apache.commons.cli-1.4.0.v20200417-1444.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.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.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.6.300/org.eclipse.core.variables-3.6.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.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.20.100/org.eclipse.core.resources-3.20.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.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.9.300/org.eclipse.core.expressions-3.9.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.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.12.0/org.eclipse.core.commands-3.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.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.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.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.9.300/org.eclipse.core.contenttype-3.9.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.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.11.0/org.eclipse.equinox.preferences-3.11.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.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.12.0/org.eclipse.equinox.registry-3.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.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.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.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.10.300/org.eclipse.core.filesystem-1.10.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.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.15.200/org.eclipse.core.jobs-3.15.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.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.7.0/org.eclipse.equinox.app-1.7.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.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.21.300/org.eclipse.debug.core-3.21.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.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.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.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.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.21.0.v20200708-0547/org.eclipse.emf.codegen-2.21.0.v20200708-0547.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.30.0/org.eclipse.emf.common-2.30.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.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.37.0/org.eclipse.jdt.core-3.37.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.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.21.100/org.eclipse.jdt.launching-3.21.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.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.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.25.0.v20201231-0738/org.eclipse.emf.codegen.ecore-2.25.0.v20201231-0738.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.6.1/org.eclipse.emf.mwe.core-1.6.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.6.1.v20210218-2134/org.eclipse.emf.mwe.core-1.6.1.v20210218-2134.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.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.runtime-2.12.1.v20210218-2134.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.6.1/org.eclipse.emf.mwe.utils-1.6.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.6.1.v20210218-2134/org.eclipse.emf.mwe.utils-1.6.1.v20210218-2134.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.12.1/org.eclipse.emf.mwe2.language-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.language-2.12.1.v20210218-2134.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.25.0.v20210301-0843/org.eclipse.xtext-2.25.0.v20210301-0843.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.25.0/org.eclipse.xtext.common.types-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.25.0.v20210301-0909/org.eclipse.xtext.common.types-2.25.0.v20210301-0909.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.25.0/org.eclipse.xtext.util-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.25.0.v20210301-0843/org.eclipse.xtext.util-2.25.0.v20210301-0843.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.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.25.0.v20210301-0821/org.eclipse.xtext.xbase.lib-2.25.0.v20210301-0821.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.12.1/org.eclipse.emf.mwe2.launch-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.launch-2.12.1.v20210218-2134.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.12.1/org.eclipse.emf.mwe2.lib-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.lib-2.12.1.v20210218-2134.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.25.0/org.eclipse.xtend.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.25.0.v20210301-0821/org.eclipse.xtend.lib-2.25.0.v20210301-0821.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.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.25.0.v20210301-0821/org.eclipse.xtend.lib.macro-2.25.0.v20210301-0821.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.1/asm-9.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.1.0.v20210209-1849/org.objectweb.asm-9.1.0.v20210209-1849.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.25.0/org.eclipse.xtext.xbase-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.25.0.v20210301-0909/org.eclipse.xtext.xbase-2.25.0.v20210301-0909.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.25.0.v20210301-0843/org.eclipse.xtext.xtext.generator-2.25.0.v20210301-0843.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    [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.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.9.5/conf/logging. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder, nor a Gradle bin/main folder
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.9.300/org.eclipse.core.contenttype-3.9.300.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.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.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.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.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 org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.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.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.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.12.1.v20210218-2134/org.eclipse.emf.mwe2.lib-2.12.1.v20210218-2134.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.12.1/org.eclipse.emf.mwe2.lib-2.12.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.25.0.v20210301-0909/org.eclipse.xtext.xbase-2.25.0.v20210301-0909.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.25.0/org.eclipse.xtext.xbase-2.25.0.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.25.0.v20201231-0738/org.eclipse.emf.codegen.ecore-2.25.0.v20201231-0738.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.25.0.v20210301-0843/org.eclipse.xtext.xtext.generator-2.25.0.v20210301-0843.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.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.25.0.v20210301-0821/org.eclipse.xtext.xbase.lib-2.25.0.v20210301-0821.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.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.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.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 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.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.25.0.v20210301-0909/org.eclipse.xtext.common.types-2.25.0.v20210301-0909.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.25.0/org.eclipse.xtext.common.types-2.25.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.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.31.0/org.eclipse.core.runtime-3.31.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.25.0.v20210301-0843/org.eclipse.xtext-2.25.0.v20210301-0843.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.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.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.36.0/org.eclipse.emf.ecore-2.36.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.12.1.v20210218-2134/org.eclipse.emf.mwe2.runtime-2.12.1.v20210218-2134.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.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.21.0.v20200708-0547/org.eclipse.emf.codegen-2.21.0.v20200708-0547.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.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.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.30.0/org.eclipse.emf.common-2.30.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.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.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.6.1.v20210218-2134/org.eclipse.emf.mwe.core-1.6.1.v20210218-2134.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.6.1/org.eclipse.emf.mwe.core-1.6.1.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.25.0.v20210301-0821/org.eclipse.xtend.lib.macro-2.25.0.v20210301-0821.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-2.25.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.6.1.v20210218-2134/org.eclipse.emf.mwe.utils-1.6.1.v20210218-2134.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.6.1/org.eclipse.emf.mwe.utils-1.6.1.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.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.1.0.v20210209-1849/org.objectweb.asm-9.1.0.v20210209-1849.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.1/asm-9.1.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.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.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.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.15.200/org.eclipse.core.jobs-3.15.200.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.4.0.v20200417-1444/org.apache.commons.cli-1.4.0.v20200417-1444.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 org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.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.12.1.v20210218-2134/org.eclipse.emf.mwe2.launch-2.12.1.v20210218-2134.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.12.1/org.eclipse.emf.mwe2.launch-2.12.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.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.language-2.12.1.v20210218-2134.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.12.1/org.eclipse.emf.mwe2.language-2.12.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.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.100/org.eclipse.jdt.launching-3.21.100.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.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.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.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.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 org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.7.0/org.eclipse.equinox.app-1.7.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.25.0.v20210301-0821/org.eclipse.xtend.lib-2.25.0.v20210301-0821.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.25.0/org.eclipse.xtend.lib-2.25.0.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.25.0.v20210301-0843/org.eclipse.xtext.util-2.25.0.v20210301-0843.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.25.0/org.eclipse.xtext.util-2.25.0.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.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.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.31.0/org.eclipse.core.runtime-3.31.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.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.36.0/org.eclipse.emf.ecore-2.36.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.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.4.0.v20200417-1444/org.apache.commons.cli-1.4.0.v20200417-1444.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.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.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.6.300/org.eclipse.core.variables-3.6.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.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.20.100/org.eclipse.core.resources-3.20.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.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.9.300/org.eclipse.core.expressions-3.9.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.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.12.0/org.eclipse.core.commands-3.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.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.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.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.9.300/org.eclipse.core.contenttype-3.9.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.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.11.0/org.eclipse.equinox.preferences-3.11.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.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.12.0/org.eclipse.equinox.registry-3.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.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.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.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.10.300/org.eclipse.core.filesystem-1.10.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.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.15.200/org.eclipse.core.jobs-3.15.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.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.7.0/org.eclipse.equinox.app-1.7.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.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.21.300/org.eclipse.debug.core-3.21.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.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.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.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.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.21.0.v20200708-0547/org.eclipse.emf.codegen-2.21.0.v20200708-0547.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.30.0/org.eclipse.emf.common-2.30.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.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.37.0/org.eclipse.jdt.core-3.37.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.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.21.100/org.eclipse.jdt.launching-3.21.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.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.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.25.0.v20201231-0738/org.eclipse.emf.codegen.ecore-2.25.0.v20201231-0738.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.6.1/org.eclipse.emf.mwe.core-1.6.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.6.1.v20210218-2134/org.eclipse.emf.mwe.core-1.6.1.v20210218-2134.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.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.runtime-2.12.1.v20210218-2134.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.6.1/org.eclipse.emf.mwe.utils-1.6.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.6.1.v20210218-2134/org.eclipse.emf.mwe.utils-1.6.1.v20210218-2134.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.12.1/org.eclipse.emf.mwe2.language-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.language-2.12.1.v20210218-2134.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.25.0/org.eclipse.xtext-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.25.0.v20210301-0843/org.eclipse.xtext-2.25.0.v20210301-0843.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.25.0/org.eclipse.xtext.common.types-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.25.0.v20210301-0909/org.eclipse.xtext.common.types-2.25.0.v20210301-0909.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.25.0/org.eclipse.xtext.util-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.25.0.v20210301-0843/org.eclipse.xtext.util-2.25.0.v20210301-0843.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.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.25.0.v20210301-0821/org.eclipse.xtext.xbase.lib-2.25.0.v20210301-0821.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.12.1/org.eclipse.emf.mwe2.launch-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.launch-2.12.1.v20210218-2134.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.12.1/org.eclipse.emf.mwe2.lib-2.12.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.12.1.v20210218-2134/org.eclipse.emf.mwe2.lib-2.12.1.v20210218-2134.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.25.0/org.eclipse.xtend.lib-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.25.0.v20210301-0821/org.eclipse.xtend.lib-2.25.0.v20210301-0821.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.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.25.0.v20210301-0821/org.eclipse.xtend.lib.macro-2.25.0.v20210301-0821.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.1/asm-9.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.1.0.v20210209-1849/org.objectweb.asm-9.1.0.v20210209-1849.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.25.0/org.eclipse.xtext.xbase-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.25.0.v20210301-0909/org.eclipse.xtext.xbase-2.25.0.v20210301-0909.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.25.0/org.eclipse.xtext.xtext.generator-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.25.0.v20210301-0843/org.eclipse.xtext.xtext.generator-2.25.0.v20210301-0843.jar!/' instead.
[INFO] Registering project org.polarsys.chess.xtext.fladsl at 'file:/home/jenkins/agent/workspace/devel%20AUTO%20build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ide at 'file:/home/jenkins/agent/workspace/devel%20AUTO%20build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ui at 'file:/home/jenkins/agent/workspace/devel%20AUTO%20build-bundle-release/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'
872  [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating org.polarsys.chess.xtext.FlaDsl
1965 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  nerator.ecore.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'
12751 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating common infrastructure
12765 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/xtend-gen does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.xtext.fladsl ---
[INFO] No tests to run.
[INFO] 
[JENKINS] Recording test results[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.xtext.fladsl ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.xtext.fladsl ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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      [31/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/xtend-gen does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl.ide ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.xtext.fladsl.ide ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.xtext.fladsl.ide ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl.ide ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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       [32/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/xtend-gen does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl.ui ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.xtext.fladsl.ui ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.xtext.fladsl.ui ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl.ui ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.checkers >-----------
[INFO] Building org.polarsys.chess.checkers 1.0.0-SNAPSHOT              [33/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.checkers ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.checkers ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.checkers ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.checkers ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.checkers ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.checkers ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.checkers ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.checkers ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.checkers ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.checkers ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.checkers ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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        [34/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.cleanCExporter ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.cleanCExporter ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.cleanCExporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.cleanCExporter ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.cleanCExporter ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.cleanCExporter ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.cleanCExporter ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.cleanCExporter ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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            [35/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.monitoring ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.monitoring ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.monitoring ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.monitoring ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.monitoring ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.monitoring ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.monitoring ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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             [36/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.multicore ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.multicore ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.multicore ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.multicore ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.multicore ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.multicore ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.multicore ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.multicore ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.multicore ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.multicore ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.multicore ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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           [37/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.codegen.ada ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.codegen.ada ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.codegen.ada ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.codegen.ada ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.codegen.ada ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.codegen.ada ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.codegen.ada ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.codegen.ada ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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              [38/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.commands ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.commands ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.commands ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.commands ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.commands ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.commands ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.commands ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.commands ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.commands ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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 [39/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.constraints.constraintEditor ---
[JENKINS] Recording test results
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.constraints.constraintEditor ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.constraints.constraintEditor ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.constraints.constraintEditor ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor >--
[INFO] Building org.polarsys.chess.functionBehaviors.functionBehaviorEditor 1.0.0-SNAPSHOT [40/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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       [41/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.edit ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.monitoring.edit ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.monitoring.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.monitoring.edit ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.edit ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.monitoring.edit ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.monitoring.edit ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.edit ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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     [42/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.editor ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.monitoring.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.monitoring.editor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.monitoring.editor ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.editor ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.monitoring.editor ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.monitoring.editor ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.editor ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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      [43/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.tests ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.monitoring.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.monitoring.tests ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.monitoring.tests ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.tests ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.monitoring.tests ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.monitoring.tests ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.tests ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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 [44/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.paramArchConfigurator ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.paramArchConfigurator ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.paramArchConfigurator ---

[INFO] No tests to run.
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.paramArchConfigurator ---
[JENKINS] Recording test results[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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      [45/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns.profile ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.patterns.profile ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.patterns.profile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.patterns.profile ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns.profile ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.patterns.profile ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.patterns.profile ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.patterns.profile ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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      [46/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns.library ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.patterns.library ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/src/main/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns.library ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.patterns.library ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns.library ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.patterns.library ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns.library ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.patterns.library ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.patterns.library ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.patterns.library ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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              [47/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.patterns ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.patterns ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.patterns ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.patterns ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.patterns ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.patterns ---
[INFO] No tests to run.

[INFO] 
[JENKINS] Recording test results[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.patterns ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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 [48/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.properties.propertyEditor ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.properties.propertyEditor ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.properties.propertyEditor ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.properties.propertyEditor ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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      [49/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.tabbedproperties ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.tabbedproperties ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.tabbedproperties ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.tabbedproperties ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.tabbedproperties ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.tabbedproperties ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.tabbedproperties ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.tabbedproperties ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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          [50/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.test.runtime ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.test.runtime ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.test.runtime ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/src/test/resources
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/test-classes
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.test.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:test (default-test) @ org.polarsys.chess.test.runtime ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.test.runtime/target/surefire.properties]
Running org.polarsys.chess.test.runtime.tests.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 s - in org.polarsys.chess.test.runtime.tests.TestCreateViews
testcreateViews(org.polarsys.chess.test.runtime.tests.TestCreateViews) skipped
Running org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
testApplyCHESSStereotype(org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype) skipped
Running org.polarsys.chess.test.runtime.tests.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.polarsys.chess.test.runtime.tests.TestApplyRecursively
testApplyRecursively(org.polarsys.chess.test.runtime.tests.TestApplyRecursively) skipped
Running org.polarsys.chess.test.runtime.tests.AllTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.005 s - in org.polarsys.chess.test.runtime.tests.AllTests
testApplyRecursively(org.polarsys.chess.test.runtime.tests.TestApplyRecursively) skipped
testApplyCHESSStereotype(org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype) skipped
testcreateViews(org.polarsys.chess.test.runtime.tests.TestCreateViews) skipped

Results:

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

[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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      [51/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.tradeoffAnalysis ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.tradeoffAnalysis ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] No tests to run.

[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.tradeoffAnalysis ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.wizards >------------
[INFO] Building org.polarsys.chess.wizards 1.0.0-SNAPSHOT               [52/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.wizards ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.wizards ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.wizards ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.wizards ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.wizards ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.wizards ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.wizards ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.wizards ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.wizards ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.wizards ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.wizards ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.customEditors >---------
[INFO] Building org.polarsys.chess.customEditors 1.0.0-SNAPSHOT         [53/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.customEditors ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.customEditors ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.customEditors ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.customEditors ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.customEditors ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.customEditors ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.customEditors ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.customEditors ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.customEditors/target/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.customEditors ---
[INFO] No tests to run.
[JENKINS] Recording test results
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.customEditors ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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            [54/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.statebased ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.statebased ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.statebased ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.statebased ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.statebased ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.statebased ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.statebased ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.statebased ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.statebased ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.statebased ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.statebased ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior >-----
[INFO] Building org.polarsys.chess.fla.FPTC2FLABehavior 1.0.0-SNAPSHOT  [55/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.FPTC2FLABehavior ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.fla.FPTC2FLABehavior ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.fla.FPTC2FLABehavior ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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              [56/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mainmenu ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.mainmenu ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.mainmenu ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.mainmenu ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mainmenu ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.mainmenu ---
[INFO] 
[JENKINS] Recording test results[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.mainmenu ---
[INFO] No tests to run.

[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mainmenu ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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    [57/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.preferences ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.mobius.preferences ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.mobius.preferences ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.mobius.preferences ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.preferences ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.mobius.preferences ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.mobius.preferences ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mobius.preferences ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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          [58/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.mobius.model ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.mobius.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.mobius.model ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.mobius.model ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.mobius.model ---

[INFO] No tests to run.
[INFO] 
[JENKINS] Recording test results[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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                [59/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.mobius ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.mobius ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.mobius ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.mobius ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.mobius ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.mobius ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mobius ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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     [60/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model.edit ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.mobius.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.edit ---
[JENKINS] Recording test results
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.mobius.model.edit ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.mobius.model.edit ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model.edit ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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   [61/68]
[INFO]   from /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model.editor ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Compilation of stubs had errors.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:compile (default-compile) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- resources: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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.4.0:testCompile (default-testCompile) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.chess.mobius.model.editor ---
[INFO] No tests to run.
[INFO] 
[JENKINS] Recording test results[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.editor ---

[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- tycho-surefire:2.4.0:integration-test (default-integration-test) @ org.polarsys.chess.mobius.model.editor ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.mobius.model.editor ---

[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model.editor ---

[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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               [62/68]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/bundles/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/bundles/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/bundles/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/bundles/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/bundles/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/bundles/target/test-classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.chess.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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              [63/68]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.features ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.features ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/target/test-classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.chess.features ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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               [64/68]
[INFO]   from features/org.polarsys.chess.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.feature ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-id (default-validate-id) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.4.0:validate-version (default-validate-version) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-feature (default-package-feature) @ org.polarsys.chess.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-p2:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.feature ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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:2.4.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                [65/68]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/target/test-classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.polarsys.chess.releng ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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.2021-03 >-----
[INFO] Building org.polarsys.chess.target.2021-03 1.0.0-SNAPSHOT        [66/68]
[INFO]   from releng/org.polarsys.chess.target.2021-03/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.target.2021-03 ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.target.2021-03 ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.target.2021-03 ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.target.2021-03 ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/target/test-classes
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-target-definition (default-package-target-definition) @ org.polarsys.chess.target.2021-03 ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.target.2021-03 ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/org.polarsys.chess.target.2021-03.target to /home/jenkins/.m2/repository/org/polarsys/chess/target/org.polarsys.chess.target.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.target.2021-03-1.0.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/target/org.polarsys.chess.target.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.target.2021-03-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.repository.2021-03 >------
[INFO] Building org.polarsys.chess.repository.2021-03 1.0.0-SNAPSHOT    [67/68]
[INFO]   from releng/org.polarsys.chess.repository.2021-03/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.repository.2021-03 ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.polarsys.chess.repository.2021-03 ---
[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 24 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 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 536 kB/s)
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.repository.2021-03 ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.repository.2021-03 ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/src/main/java]' does not exist.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.chess.repository.2021-03 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/src/main/resources
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.repository.2021-03 ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.repository.2021-03 ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.repository.2021-03 ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/test-classes
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.chess.repository.2021-03 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:publish-products (default-publish-products) @ org.polarsys.chess.repository.2021-03 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:publish-categories (default-publish-categories) @ org.polarsys.chess.repository.2021-03 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.chess.repository.2021-03 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.chess.repository.2021-03 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.4.0:archive-repository (default-archive-repository) @ org.polarsys.chess.repository.2021-03 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.repository.2021-03 ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.repository.2021-03 ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.product >------------
[INFO] Building org.polarsys.chess.product 1.0.0-SNAPSHOT               [68/68]
[INFO]   from releng/org.polarsys.chess.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.product ---
[INFO] The project's OSGi version is 1.0.0.202405280917
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.polarsys.chess.product ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/main/java]' does not exist.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.polarsys.chess.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/main/resources
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.polarsys.chess.product ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:testCompile (default) @ org.polarsys.chess.product ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.product ---
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/test-classes
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.chess.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 17.0.0, a.jre.javase 17.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:publish-products (default-publish-products) @ org.polarsys.chess.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.eclipse.equinox.executable_3.8.1100.v20210209-1541.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (288.43kB)
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:publish-categories (default-publish-categories) @ org.polarsys.chess.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.chess.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.chess.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/plugins/ (79.76kB)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (107.05kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (62.49kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (33.35kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (108.23kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.CleanCTranslatorToPython_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (25.29kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (131.9kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.feature_1.0.0.202403201119.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/features/ (4.93kB)
[INFO] Fetching eu.fbk.tools.adapter.feature.2021-03_1.0.0.202212210939.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/eata_devel/features/ (1.23kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.tests_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (13.31kB)
[INFO] Fetching eu.fbk.tools.editor.c.tests_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (9.96kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.tests_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/plugins/ (6.33kB)
[INFO] Fetching eu.fbk.tools.editor.c.feature_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/features/ (815B)
[INFO] Fetching eu.fbk.tools.editor.contract.feature_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/features/ (1.28kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.feature_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/features/ (1.12kB)
[INFO] Fetching eu.fbk.tools.sde.feature_1.0.0.202211291504.jar from https://es-static.fbk.eu/tools/eclipse/2021-03/sde_devel/features/ (694B)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (55.65kB)
[INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (121.85kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.94kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (77.96kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.42kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (333.69kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (109.72kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (696.23kB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (962.55kB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (3.42MB)
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (12.57kB)
[INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.63kB)
[INFO] Fetching org.eclipse.acceleo.common.ide_3.7.11.202102190929.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.38kB)
[INFO] Fetching org.eclipse.acceleo.common.ui_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (30.11kB)
[INFO] Fetching org.eclipse.acceleo.compatibility_3.7.11.202102190929.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (55.7kB)
[INFO] Fetching org.eclipse.acceleo.compatibility.ui_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (127.11kB)
[INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (448.9kB)
[INFO] Fetching org.eclipse.acceleo.doc_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (2.9MB)
[INFO] Fetching org.eclipse.acceleo.model.edit_3.7.11.202102190929.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (30.1kB)
[INFO] Fetching org.eclipse.acceleo.profiler.edit_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13kB)
[INFO] Fetching org.eclipse.acceleo.profiler.editor_3.7.11.202102190929.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (19kB)
[INFO] Fetching org.eclipse.acceleo.traceability_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (36.66kB)
[INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (36.63kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (57.08kB)
[INFO] Fetching org.eclipse.acceleo_3.7.11.202102190929.jar from https://mirrors.jevincanders.net/eclipse/releases/2021-03/202103171000/features/ (24.22kB)
[INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (146.65kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (102.05kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.85kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (475.35kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (65.62kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (232.08kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (93.41kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.51kB)
[INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.7.600.v20200723-1429.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (25.54kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.6.1100.v20210210-1828.jar.pack.gz from https://ftp.fau.de/eclipse/releases/2021-03/202103171000/plugins/ (379.34kB)
[INFO] Fetching org.eclipse.e4.tools.compat_4.8.100.v20210102-0921.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (15.21kB)
[INFO] Fetching org.eclipse.e4.tools.services_4.8.400.v20200217-1142.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (15.49kB)
[INFO] Fetching org.eclipse.e4.tools_4.9.0.v20200923-1123.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (47.95kB)
[INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.8.400.v20191115-2149.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (11.31kB)
[INFO] Fetching org.eclipse.e4.core.tools.feature_4.19.0.v20210210-1828.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.04kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (103.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (69.3kB)
[INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (944.55kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (52.27kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (8.13kB)
[INFO] Fetching org.eclipse.e4.rcp_4.19.0.v20210302-1107.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.95kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.0.v20201230-1610.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_0.13.0.v20201119-1132.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (21.58kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (376.07kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.0.v20201125-0918.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (139.58kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.12.100.v20210122-1731.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (163.88kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (206.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.100.v20201217-1340.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (163.68kB)
[INFO] Fetching org.apache.batik.css.source_1.13.0.v20200622-2037.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (319.46kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.65kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.29kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (22.39kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (57.91kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.7.700.v20210128-2123.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (42.13kB)
[INFO] Fetching org.apache.batik.i18n.source_1.13.0.v20200622-2037.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.2kB)
[INFO] Fetching org.apache.batik.constants.source_1.13.0.v20200622-2037.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.72kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.4.0.v20200622-2037.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (677.47kB)
[INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from https://mirrors.jevincanders.net/eclipse/releases/2021-03/202103171000/plugins/ (293.37kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.6kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.800.v20201021-1339.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.14.100.v20210212-1143.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (144.54kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.core.commands.source_3.9.800.v20201021-1339.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (150.67kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.7.900.v20210111-0918.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (81.97kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (145.76kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (75.48kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (208kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (94.56kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.10.1100.v20210111-0815.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (107.64kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.20.100.v20210111-0815.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (84.15kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (76.52kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.100.v20201223-0822.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (43.68kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (115.63kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.10.100.v20210212-1143.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (176.17kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.600.v20200721-1308.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi.source_3.16.200.v20210226-1447.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.300.v20210212-1137.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (143.08kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.0.v20210212-1137.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.0.v20210302-1107.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source_3.116.0.v20210302-1107.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (66.24kB)
[INFO] Fetching org.eclipse.jface.source_3.22.100.v20210126-0831.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1,022.85kB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (230.28kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (17.72kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.300.v20210211-2058.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.100.v20201221-2332.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (77.5kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (63.51kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (39.1kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://mirrors.jevincanders.net/eclipse/releases/2021-03/202103171000/plugins/ (180.32kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (52.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.41kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.800.v20210110-1654.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (19.8kB)
[INFO] Fetching org.eclipse.urischeme.source_1.1.300.v20210113-1544.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (44.3kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (15.75kB)
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (912.59kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.19.0.v20210302-1107.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.91kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210209-0833.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (20.55kB)
[INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://mirrors.jevincanders.net/eclipse/releases/2021-03/202103171000/plugins/ (48.21kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.701.v20201027-0550.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.72kB)
[INFO] Fetching org.eclipse.ecf.source_3.9.101.v20201027-0547.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (102.76kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.401.v20201027-0550.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (53.05kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.701.v20201027-0550.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.99kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.93kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.69kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.400.v20200611-2220.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (13.61kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.500.v20200812-2314.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (21.05kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.47kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (45.05kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (27.8kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.101.v20201025-2315.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (76.02kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (86kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1702.v20201025-2315.jar from https://ftp.fau.de/eclipse/releases/2021-03/202103171000/features/ (29.2kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.76kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (27.92kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.301.v20201025-0700.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (52.56kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (374.24kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (431.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.702.v20201025-2303.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (29.37kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.35kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/features/ (23.72kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.200.v20200611-1836.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (9.47kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.400.v20200812-2314.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (25.13kB)
[INFO] Fetching org.eclipse.eef_2.1.5.202008270808.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (213.21kB)
[INFO] Fetching org.eclipse.eef.common_2.1.5.202008270808.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (27.82kB)
[INFO] Fetching org.eclipse.eef.common.ui_2.1.5.202008270808.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.eef.core_2.1.5.202008270808.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (84.79kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_6.4.2.202103091337.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (18.7kB)
[INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.5.202008270808.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (41.78kB)
[INFO] Fetching org.eclipse.eef.documentation_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (771.28kB)
[INFO] Fetching org.eclipse.eef.edit_2.1.5.202008270808.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (153.62kB)
[INFO] Fetching org.eclipse.eef.ide_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.31kB)
[INFO] Fetching org.eclipse.eef.ide.ui_2.1.5.202008270808.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (163.22kB)
[INFO] Fetching org.eclipse.sirius.ext.ide_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (72.03kB)
[INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (22.39kB)
[INFO] Fetching org.eclipse.eef.properties.ui_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (102.95kB)
[INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.5.202008270808.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (70.21kB)
[INFO] Fetching org.eclipse.eef.sdk.feature_2.1.5.202008270808.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (30.67kB)
[INFO] Fetching org.eclipse.elk.alg.disco.debug_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (50.17kB)
[INFO] Fetching org.eclipse.elk.core.debug_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (98.2kB)
[INFO] Fetching org.eclipse.elk.alg.rectpacking_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (61.56kB)
[INFO] Fetching org.eclipse.elk.algorithms.feature_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (25.13kB)
[INFO] Fetching org.eclipse.elk.alg.common.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (174.44kB)
[INFO] Fetching org.eclipse.elk.alg.disco.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.elk.alg.layered.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (720.44kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (60.83kB)
[INFO] Fetching org.eclipse.elk.alg.rectpacking.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (54.54kB)
[INFO] Fetching org.eclipse.elk.alg.force.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (49.68kB)
[INFO] Fetching org.eclipse.elk.alg.radial.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (53.37kB)
[INFO] Fetching org.eclipse.elk.alg.spore.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (41.99kB)
[INFO] Fetching org.eclipse.elk.algorithms.feature.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (11.14kB)
[INFO] Fetching org.eclipse.elk.core.debug.grandom_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (229.99kB)
[INFO] Fetching org.eclipse.elk.core.debug.grandom.ide_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (115.77kB)
[INFO] Fetching org.eclipse.elk.core.debug.grandom.ui_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (49kB)
[INFO] Fetching org.eclipse.elk.feature_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (25.19kB)
[INFO] Fetching org.eclipse.elk.core.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (259.45kB)
[INFO] Fetching org.eclipse.elk.core.service.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (37.38kB)
[INFO] Fetching org.eclipse.elk.graph.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (86.7kB)
[INFO] Fetching org.eclipse.elk.feature.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (11.06kB)
[INFO] Fetching org.eclipse.elk.gmf.feature_0.7.0.jar from http://download.eclipse.org/elk/updates/releases/0.7.0/features/ (25.11kB)
[INFO] Fetching org.eclipse.elk.graph.json.text_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (234.56kB)
[INFO] Fetching org.eclipse.elk.graph.json.text.ide_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (132.3kB)
[INFO] Fetching org.eclipse.elk.graph.json.text.ui_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (77.19kB)
[INFO] Fetching org.eclipse.elk.graph.text_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (229.39kB)
[INFO] Fetching org.eclipse.elk.graph.text.ide_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (118kB)
[INFO] Fetching org.eclipse.elk.graph.text.ui_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (97.42kB)
[INFO] Fetching org.eclipse.elk.graphviz.feature_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (25.2kB)
[INFO] Fetching org.eclipse.elk.sdk.feature_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (25.37kB)
[INFO] Fetching org.eclipse.elk.alg.disco.debug.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (34.36kB)
[INFO] Fetching org.eclipse.elk.core.meta.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (340.33kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (232.49kB)
[INFO] Fetching org.eclipse.elk.core.debug.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (60.91kB)
[INFO] Fetching org.eclipse.elk.graph.text.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (152.57kB)
[INFO] Fetching org.eclipse.elk.graph.text.ide.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (82.76kB)
[INFO] Fetching org.eclipse.elk.graph.text.ui.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (62.25kB)
[INFO] Fetching org.eclipse.elk.graph.json.text.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (133.41kB)
[INFO] Fetching org.eclipse.elk.graph.json.text.ide.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (92.6kB)
[INFO] Fetching org.eclipse.elk.graph.json.text.ui.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (56.05kB)
[INFO] Fetching org.eclipse.elk.core.debug.grandom.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (164.91kB)
[INFO] Fetching org.eclipse.elk.core.debug.grandom.ide.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (69.48kB)
[INFO] Fetching org.eclipse.elk.core.debug.grandom.ui.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (36.71kB)
[INFO] Fetching org.eclipse.elk.sdk.feature.source_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (11.17kB)
[INFO] Fetching org.eclipse.elk.ui.feature_0.7.0.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (25.19kB)
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.26kB)
[INFO] Fetching org.eclipse.emf.cdo_4.13.0.v20210308-1749.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (284.92kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.13.0.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (177.44kB)
[INFO] Fetching org.eclipse.emf.cdo.admin_4.2.0.v20210118-1607.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (17.21kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.4.1.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (63.95kB)
[INFO] Fetching org.eclipse.net4j_4.11.1.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (64.99kB)
[INFO] Fetching org.eclipse.net4j.util_3.14.0.v20210308-1749.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (229.07kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.5.4.v20210125-1648.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (22.11kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.9.0.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (53.15kB)
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.3.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.29kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.12.0.v20210308-1749.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (158.61kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.1.v20210206-0820.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (122.98kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210202-0935.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (13.85kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.7.1.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (157.79kB)
[INFO] Fetching org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (38.65kB)
[INFO] Fetching org.eclipse.emf.cdo.ui_4.9.1.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (150.6kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (74.27kB)
[INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (33.56kB)
[INFO] Fetching org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (21.56kB)
[INFO] Fetching org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (28.92kB)
[INFO] Fetching org.eclipse.emf.cdo.security_4.5.0.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (52.33kB)
[INFO] Fetching org.eclipse.emf.cdo.security.edit_4.5.0.v20210118-1607.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (29.13kB)
[INFO] Fetching org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (28.5kB)
[INFO] Fetching org.eclipse.emf.cdo.security.ui_4.5.1.v20210308-1749.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (44.67kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (14.7kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (9.33kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.4.2.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (24.86kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.59kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.09kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace_4.3.1.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.55kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.64kB)
[INFO] Fetching org.eclipse.emf.cdo_4.13.0.v20210308-1749.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (28.75kB)
[INFO] Fetching org.eclipse.net4j.util.ui_3.10.0.v20210308-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (92.09kB)
[INFO] Fetching org.eclipse.net4j.db_4.10.1.v20210118-1607.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (69.93kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.3.1.v20210308-1749.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (50.03kB)
[INFO] Fetching org.eclipse.emf.ecp.edit_1.26.0.20210308-0858.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (20.48kB)
[INFO] Fetching org.eclipse.emf.ecp.edit.swt_1.26.0.20210308-0858.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (81.87kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210308-0858.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (40.26kB)
[INFO] Fetching org.eclipse.net4j.ui_4.4.1.v20210118-1607.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (18.46kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.2.1.v20210118-1607.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (40.2kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (69.33kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (40.34kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (56.75kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.25.0.v20201231-0738.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (540.83kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.41kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.25.0.v20201231-0738.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.25.0.v20201231-0738.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (72.78kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.25.0.v20201231-0738.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.08kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.21.0.v20200708-0547.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (234.72kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.21.0.v20200708-0547.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (20.23kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (102.25kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.22.0.v20200424-0451.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.22.0.v20200424-0451.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (218.79kB)
[INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.22kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (19.01kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (76.98kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (20.22kB)
[INFO] Fetching org.eclipse.emf.compare_3.5.3.202102231741.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (181.72kB)
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (30.21kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.75kB)
[INFO] Fetching org.eclipse.emf.converter_2.15.0.v20200324-0723.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.16kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (38.86kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (38.31kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (30.1kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (46.8kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20200324-0723.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (69.73kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20200324-0723.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (20.3kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (41.05kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.31kB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (57.13kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.26kB)
[INFO] Fetching org.eclipse.emf.doc_2.22.0.v20201230-0854.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (3.19MB)
[INFO] Fetching org.eclipse.emf.doc_2.24.0.v20201230-0854.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.81kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (78.8kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.26kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (40.7kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (820.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (90.75kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (151.52kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.ecp.common_1.26.0.20210308-0858.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.0.20210308-0858.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (19.07kB)
[INFO] Fetching org.eclipse.emfforms.localization_1.26.0.20210308-0858.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (9.29kB)
[INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.0.20210308-0858.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (51.13kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.0.20210308-0858.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (15.54kB)
[INFO] Fetching org.eclipse.emfforms.common_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.81kB)
[INFO] Fetching org.eclipse.emfforms.core.services_1.26.0.20210308-0858.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (29.22kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (31.31kB)
[INFO] Fetching org.eclipse.emf.ecp.ui.view_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (70.99kB)
[INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.emfforms.swt.core_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.46kB)
[INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.24kB)
[INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.14kB)
[INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.0.20210308-0858.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.0.20210308-0858.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.35kB)
[INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.51kB)
[INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.0.20210308-0858.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (11.6kB)
[INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.02kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.02kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (209.95kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.17kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20200917-1406.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.19.0.v20200917-1406.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (157.83kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20200917-1406.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (20.21kB)
[INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (356.68kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (187.61kB)
[INFO] Fetching org.eclipse.emf_2.25.0.v20210114-1734.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.24kB)
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (67.4kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (50.62kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (10.69kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (23.96kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://ftp.fau.de/eclipse/releases/2021-03/202103171000/plugins/ (38.08kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://mirrors.jevincanders.net/eclipse/releases/2021-03/202103171000/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (21.72kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (39.95kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (20.39kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (10.68kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/features/ (19.11kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (40.2kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (50.44kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (20.32kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (113.7kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.21kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (45.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (20.24kB)
[INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (16.88kB)
[INFO] Fetching org.eclipse.xsd_2.18.0.v20201230-0836.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (535.3kB)
[INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (65.21kB)
[INFO] Fetching org.eclipse.emf.mwe.activities_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (7.62kB)
[INFO] Fetching org.eclipse.emf.mwe.core.feature_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.7kB)
[INFO] Fetching org.eclipse.emf.mwe.core.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (148.87kB)
[INFO] Fetching org.eclipse.emf.mwe.utils.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (24.33kB)
[INFO] Fetching org.eclipse.emf.mwe.core.feature.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (19.95kB)
[INFO] Fetching org.eclipse.emf.mwe.doc_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (77.43kB)
[INFO] Fetching org.eclipse.emf.mwe.doc.feature_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.56kB)
[INFO] Fetching org.eclipse.emf.mwe.sdk_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.58kB)
[INFO] Fetching org.eclipse.emf.mwe.ui_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (46.6kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.simpleEditor_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (12.74kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.feature_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.74kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (74.88kB)
[INFO] Fetching org.eclipse.emf.mwe.activities.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (8.37kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.simpleEditor.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (20.06kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.feature.source_1.6.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (19.83kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (34.93kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (29.42kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (11.3kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (144.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (64.55kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (34.94kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (11.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.75kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.7kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (19.8kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (13.79kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.12.1.v20210218-2134.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/features/ (18.68kB)
[INFO] Fetching org.eclipse.emf.sdk_2.25.0.v20210114-1734.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.emf.source_2.25.0.v20210114-1734.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (20.39kB)
[INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (179.84kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (324.23kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (21.65kB)
[INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210308-0858.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.39kB)
[INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.0.20210308-0858.jar.pack.gz from https://ftp.fau.de/eclipse/releases/2021-03/202103171000/plugins/ (17.57kB)
[INFO] Fetching org.eclipse.epsilon.antlr.postprocessor_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (11.02kB)
[INFO] Fetching org.eclipse.epsilon.antlr.postprocessor.model_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (46.03kB)
[INFO] Fetching org.eclipse.epsilon.common.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (437.24kB)
[INFO] Fetching org.eclipse.epsilon.concordance.clients_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (33.88kB)
[INFO] Fetching org.eclipse.epsilon.concordance.core_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (147.38kB)
[INFO] Fetching org.eclipse.epsilon.hutn.xmi.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (16.35kB)
[INFO] Fetching org.h2_1.1.117_1.1.117.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.epsilon.concordance.core.hashing_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (33.65kB)
[INFO] Fetching org.eclipse.epsilon.hutn.xmi_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (62kB)
[INFO] Fetching org.eclipse.epsilon.concordance.dependencies.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.92kB)
[INFO] Fetching org.eclipse.epsilon.flock.dt.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (146.99kB)
[INFO] Fetching org.eclipse.epsilon.flock.dt.concordance_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (5.84kB)
[INFO] Fetching org.eclipse.epsilon.concordance.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.19kB)
[INFO] Fetching org.eclipse.epsilon.core.dependencies.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.9kB)
[INFO] Fetching org.eclipse.epsilon.ecl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (295.9kB)
[INFO] Fetching org.eclipse.epsilon.egl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (500.15kB)
[INFO] Fetching org.eclipse.epsilon.eml.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (313.23kB)
[INFO] Fetching org.eclipse.epsilon.eol.tools_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (21.3kB)
[INFO] Fetching org.eclipse.epsilon.evl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (330.88kB)
[INFO] Fetching org.eclipse.epsilon.ewl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (278.9kB)
[INFO] Fetching org.eclipse.epsilon.emc.composite_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (13.67kB)
[INFO] Fetching org.eclipse.epsilon.flock.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (391.94kB)
[INFO] Fetching org.eclipse.epsilon.egl.traceability.fine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.2kB)
[INFO] Fetching org.eclipse.epsilon.emc.bibtex_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.epsilon.emc.csv_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.epsilon.profiling_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (20.27kB)
[INFO] Fetching org.eclipse.epsilon.epl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (351.32kB)
[INFO] Fetching org.eclipse.epsilon.eunit.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (59.83kB)
[INFO] Fetching org.eclipse.epsilon.core.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.18kB)
[INFO] Fetching org.eclipse.epsilon.dt.epackageregistryexplorer_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (266.97kB)
[INFO] Fetching org.eclipse.epsilon.dt.exeed_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (199.66kB)
[INFO] Fetching org.eclipse.epsilon.emf.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (168.82kB)
[INFO] Fetching org.eclipse.epsilon.eol.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (262.63kB)
[INFO] Fetching org.jdom_1.0_1.0.0.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (150.91kB)
[INFO] Fetching org.eclipse.epsilon.ecl.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (129.26kB)
[INFO] Fetching org.eclipse.epsilon.erl.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (12.7kB)
[INFO] Fetching org.eclipse.epsilon.egl.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (359.09kB)
[INFO] Fetching org.eclipse.epsilon.egl.dt.traceability.editor_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (63.6kB)
[INFO] Fetching org.eclipse.epsilon.egl.dt.traceability.fine.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (65.78kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.decorator_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (11.95kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.decorator.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (12.28kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (114.9kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.virtual_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (89.76kB)
[INFO] Fetching org.eclipse.epsilon.emc.uml_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (4.16kB)
[INFO] Fetching org.eclipse.epsilon.emc.uml.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (6.14kB)
[INFO] Fetching org.eclipse.epsilon.emf.dt.dependencies.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.82kB)
[INFO] Fetching org.eclipse.epsilon.workflow_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (57.31kB)
[INFO] Fetching org.eclipse.epsilon.workflow.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (10.15kB)
[INFO] Fetching org.eclipse.epsilon.emf.dt.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.3kB)
[INFO] Fetching org.eclipse.epsilon.emf.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.92kB)
[INFO] Fetching org.eclipse.epsilon.eml.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (59.78kB)
[INFO] Fetching org.eclipse.epsilon.etl.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (57.95kB)
[INFO] Fetching org.eclipse.epsilon.epl.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (131.54kB)
[INFO] Fetching org.eclipse.epsilon.evl.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (82.95kB)
[INFO] Fetching org.eclipse.epsilon.ewl.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (99.06kB)
[INFO] Fetching org.eclipse.epsilon.ewl.emf.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.03kB)
[INFO] Fetching org.eclipse.epsilon.ewl.gmf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (15.2kB)
[INFO] Fetching org.eclipse.epsilon.ewl.gmf.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.01kB)
[INFO] Fetching org.eclipse.epsilon.hutn.dt_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (75.38kB)
[INFO] Fetching org.eclipse.epsilon.hutn.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (183.52kB)
[INFO] Fetching org.eclipse.epsilon.hutn.model_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (110.32kB)
[INFO] Fetching org.eclipse.epsilon.hutn.model.antlrAst_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (67kB)
[INFO] Fetching org.eclipse.epsilon.hutn.model.config_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (51.85kB)
[INFO] Fetching org.eclipse.epsilon.hutn.unparser_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (18.18kB)
[INFO] Fetching org.eclipse.epsilon.uml.dt.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.87kB)
[INFO] Fetching org.eclipse.epsilon.uml.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.88kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1100.v20210209-1541 from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/binary/ (25.8kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.600.v20210224-2143.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.21kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210202-1229.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.jetty.http_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (229.4kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (724.34kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (154.15kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (590.52kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.17kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.69kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (35.76kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (22.39kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (31.94kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (7.08kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.900.v20210227-0235.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.67kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.0.v20210129-2007.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (107.02kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.500.v20210116-1227.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (66.98kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (138.75kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.84kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.100.v20200908-1020.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (247.75kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.500.v20210108-0738.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (59.72kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.0.v20201013-0853.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (121.32kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.800.v20210115-1344.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (96.12kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (60.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (102.02kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.700.v20210227-0235.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (47.24kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.0.v20201012-1345.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.1000.v20201106-1246.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (64.21kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.41kB)
[INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (149.53kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.94kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.900.v20210227-0235.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.49kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://ftp.fau.de/eclipse/releases/2021-03/202103171000/plugins/ (17.45kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (17.43kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.58kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1100.v20210227-0235.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (34.79kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (22.74kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.500.v20210116-1855.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (34.03kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.500.v20210211-1133.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (74.59kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.24kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.600.v20210114-1107.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (178.62kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.800.v20210205-1231.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (149.21kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1100.v20210227-0235.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.18kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (288.69kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (46.8kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (10.9kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (71.54kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.79kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1100.v20210227-0235.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.0.v20210114-1216.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (294.33kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.0.v20201012-1421.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (55.67kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (85.51kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (30.22kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1100.v20210227-0235.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210217-1009.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (65.52kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (44.63kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1100.v20210227-0235.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (18.9kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.500.v20210108-0738.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (70.96kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.0.v20210217-1009.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1100.v20210227-0235.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.11kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (12.29kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/features/ (19.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (92.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (24.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.09kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (99.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.03kB)
[INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (752.78kB)
[INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (22.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (21.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (22.02kB)
[INFO] Fetching org.eclipse.help.base_4.3.200.v20210303-1800.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (164.33kB)
[INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (203.35kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210222-1057.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (312.22kB)
[INFO] Fetching org.eclipse.jetty.continuation_9.4.37.v20210219.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (31.75kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (181.16kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (126.78kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (72.52kB)
[INFO] Fetching org.eclipse.help_2.3.500.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.54kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (57.06kB)
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (118.48kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (129.79kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (73.27kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (321.04kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.600.v20210224-2143.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (22.49kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.54kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.0.v20210202-1229.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (140.86kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (12.02kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.200.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (307.2kB)
[INFO] Fetching org.eclipse.help.ui.source_4.2.200.v20210123-1004.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (220.62kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.200.v20210222-1057.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (198.82kB)
[INFO] Fetching org.eclipse.jetty.continuation.source_9.4.37.v20210219.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (32.7kB)
[INFO] Fetching org.eclipse.jetty.http.source_9.4.37.v20210219.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (140.15kB)
[INFO] Fetching org.eclipse.jetty.io.source_9.4.37.v20210219.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (103.82kB)
[INFO] Fetching org.eclipse.jetty.security.source_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (94.42kB)
[INFO] Fetching org.eclipse.jetty.server.source_9.4.37.v20210219.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (444.29kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (88.11kB)
[INFO] Fetching org.eclipse.jetty.util.source_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (394.45kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_9.4.37.v20210219.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1000.v20200715-0827.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (58.58kB)
[INFO] Fetching org.eclipse.help.source_2.3.500.v20210303-1800.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (18.82kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (128.03kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (154.45kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (77.51kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (31.59kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (9.04kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1100.v20210303-1700.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (5.03MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1000.v20210302-1902.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.73MB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1200.v20210112-0706.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (12.92kB)
[INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (63.4kB)
[INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (73.54kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (21.55kB)
[INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (186.1kB)
[INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (51.05kB)
[INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (60.02kB)
[INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (53.71kB)
[INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (21.11kB)
[INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (16.91kB)
[INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (33.82kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.72kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.7.1200.v20210206-1820.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (610.03kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.800.v20200916-0645.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (355.63kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.500.v20200828-1336.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (45.87kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (33.82kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1200.v20200916-0645.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (135.62kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1100.v20200916-0645.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (50.73kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.25.0.v20210223-0522.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (5.2MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (12.03kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.300.v20210224-0730.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.200.v20210224-0638.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (842.88kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.17.100.v20210220-1238.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (765.13kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.11.1100.v20210203-1102.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (198.13kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1000.v20210112-0706.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (113.73kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.500.v20210112-0706.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (45.73kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1500.v20210112-1623.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.35kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1200.v20210112-0706.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.100.v20210217-1644.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (350.79kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.22.100.v20210224-0730.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (5.35MB)
[INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (258.21kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (197.02kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (138.86kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (39.73kB)
[INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (84.22kB)
[INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (90.3kB)
[INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (152.5kB)
[INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (101.55kB)
[INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.97kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (34.47kB)
[INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (53.97kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (20.88kB)
[INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.05kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.2.1000.v20200610-1458.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (128.07kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.700.v20210303-1800.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.09kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (20.71kB)
[INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (34.59kB)
[INFO] Fetching org.eclipse.m2m.atl.adt_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (32.84kB)
[INFO] Fetching org.eclipse.m2m.atl.engine_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (343.62kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.debug_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (16.99kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.editor_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (174.97kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.ui_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (43.39kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ui_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ui.vm_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (20.35kB)
[INFO] Fetching org.eclipse.m2m.atl.adt_4.5.0.v202110180912.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/features/ (21.84kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ant_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (35.14kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.emf4atl_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (22.17kB)
[INFO] Fetching org.eclipse.m2m.atl.dsls_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (193.69kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.vm_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (66.62kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.uml24atl_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (11.39kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (215.6kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (27.65kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.ant_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (38.1kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.compiler_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (94.38kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.edit_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (46.29kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace.edit_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (14.5kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.editor_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.engine_4.5.0.v202110180912.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/features/ (22.05kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.launcher_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (36.24kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace.editor_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.ui_4.5.0.v202110180912.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/features/ (22.02kB)
[INFO] Fetching org.eclipse.m2m.atl_4.5.0.v202110180912.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.m2m.atl.engine_4.5.0.v202110180912.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/features/ (26.02kB)
[INFO] Fetching org.eclipse.m2m.atl_4.5.0.v202110180912.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.5.0/features/ (21.82kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug.core_2.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (205.27kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug.ui_2.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (83.62kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug_2.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.34kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.doc_3.10.4.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (761.55kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ui_3.10.3.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (165.44kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.doc_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (31.78kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.22kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.jdt_3.10.4.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.jdt_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.21kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.samples_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (653.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.examples_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.19kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.trace.edit_3.10.2.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/plugins/ (56.46kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.3kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.sdk_3.10.5.v20211130-1509.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.5/features/ (32.31kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.69kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.27MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.33kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (30.08kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (171.97kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (164.46kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (71.1kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (30.93kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (57.65kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (58.69kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.69kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (40.15kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (107.05kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (12.68kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (143.09kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (162.06kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (77.08kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (201.71kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (38.54kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (62.38kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.71kB)
[INFO] Fetching org.eclipse.papyrus.architectureview_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (14.83kB)
[INFO] Fetching org.eclipse.papyrus.bundles.tests_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (37.38kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.300.v20210205-1814.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (929.57kB)
[INFO] Fetching org.eclipse.papyrus.codegen_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (10.92kB)
[INFO] Fetching org.eclipse.papyrus.gmf.codegen_2.11.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (409.71kB)
[INFO] Fetching org.eclipse.papyrus.gmf.codegen.ui_1.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (26.08kB)
[INFO] Fetching org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (1.53MB)
[INFO] Fetching org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (11.37kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (65.1kB)
[INFO] Fetching org.eclipse.papyrus.customization.nattableconfiguration_3.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (52.1kB)
[INFO] Fetching org.eclipse.papyrus.dev.ui_1.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (8.85kB)
[INFO] Fetching org.eclipse.papyrus.dev.view.services.edit.request_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (12.14kB)
[INFO] Fetching org.eclipse.papyrus.gmf.editpoliciesstates_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (11.86kB)
[INFO] Fetching org.eclipse.papyrus.gmf.editpartview_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (11.21kB)
[INFO] Fetching org.eclipse.papyrus.gmf.figureview_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.debug_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.commandstack_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (11.79kB)
[INFO] Fetching org.eclipse.papyrus.dev.types_4.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (30.94kB)
[INFO] Fetching org.eclipse.papyrus.dev.pluginexplorer_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.papyrus.debug.feature_1.0.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (18.97kB)
[INFO] Fetching org.eclipse.papyrus.def_2.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.papyrus.gmfgenextension_3.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (54.25kB)
[INFO] Fetching org.eclipse.papyrus.dev.assistants.codegen_2.0.100.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (35.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (35.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (63.72kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.76MB)
[INFO] Fetching org.eclipse.papyrus.mwe2.utils_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.papyrus.diagramgen.feature_1.1.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (278.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (180.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (5.2MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (430.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (177.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (5.06MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (372.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (629.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (863.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (166.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (458.68kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (2.31MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (2.03MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (3.07MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (3.47MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (29.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (886.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (4.57MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.76MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (82.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (144.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (503.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (157.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (322.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (121.21kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (567.58kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.28kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (79.48kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.44kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (150.06kB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.51kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (29.83kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.58kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.54kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.02kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.19kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (58.9kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.87kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (72.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.62kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (46.5kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (75.5kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.41kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.6kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.39kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.3kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.gmf.bridge_1.3.1.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (59.29kB)
[INFO] Fetching org.eclipse.papyrus.gmf.map_2.9.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (63.97kB)
[INFO] Fetching org.eclipse.papyrus.gmf.graphdef.codegen_2.10.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (35.71kB)
[INFO] Fetching org.eclipse.papyrus.gmf.bridge.trace_1.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (23.83kB)
[INFO] Fetching org.eclipse.papyrus.gmf.bridge.ui_1.5.1.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (77.19kB)
[INFO] Fetching org.eclipse.papyrus.gmf.graphdef.edit_2.9.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (73.24kB)
[INFO] Fetching org.eclipse.papyrus.gmf.tooldef.edit_2.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (39.49kB)
[INFO] Fetching org.eclipse.papyrus.gmf.map.edit_2.9.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (63.9kB)
[INFO] Fetching org.eclipse.papyrus.gmf.bridge.ui.dashboard_2.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (47.64kB)
[INFO] Fetching org.eclipse.papyrus.gmf.codegen.edit_2.9.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (91.24kB)
[INFO] Fetching org.eclipse.papyrus.gmf.common_1.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (56.68kB)
[INFO] Fetching org.eclipse.papyrus.gmf.validate_1.2.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (42.49kB)
[INFO] Fetching org.eclipse.papyrus.gmf.xpand_2.2.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (139.64kB)
[INFO] Fetching org.eclipse.papyrus.gmf.graphdef.codegen.ui_1.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (21.25kB)
[INFO] Fetching org.eclipse.papyrus.gmf.graphdef_2.9.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (76.87kB)
[INFO] Fetching org.eclipse.papyrus.gmf.tooldef_2.3.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (31.77kB)
[INFO] Fetching org.eclipse.papyrus.gmf.xpand.qvtlibrary_1.2.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (13.27kB)
[INFO] Fetching org.eclipse.papyrus.gmf.tooling.feature_3.3.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (33.32kB)
[INFO] Fetching org.eclipse.papyrus.gmf.tooling.feature_root_3.3.0.202103181703 from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/binary/ (9.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui.properties_4.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (21.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (31.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (41.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (108.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (88.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.edit_3.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (18.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.editor_3.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (30.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor_4.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (50.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (77.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (7.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (315.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.junit.feature_1.0.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.marte.core.feature_1.2.3.202303241341.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/features/ (21.2kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile.ui_1.2.3.202303241341.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (45.15kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext_1.2.3.202204141415.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (489.56kB)
[INFO] Fetching org.eclipse.papyrus.marte.vsl_1.2.3.202303241341.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (848.21kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui_1.2.3.202204141415.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (137.44kB)
[INFO] Fetching org.eclipse.papyrus.marte.vsl.ui_1.2.3.202303241341.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (161.13kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext_1.2.3.202204141415.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (546.99kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui_1.2.3.202204141415.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/plugins/ (151.1kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.feature_1.2.3.202303241341.jar from https://ci.eclipse.org/papyrus/job/papyrus-marte-2022-03/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.marte.p2/target/repository/features/ (21.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.48kB)
[INFO] Fetching org.eclipse.papyrus.sdk_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.1kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_5.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.2kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.edit_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (197.47kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.ui_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (109.16kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.validation_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (181.21kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.nattable.common_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (22.05kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.nattable.ui_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (40.89kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.feature_2.1.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/features/ (19.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (41.5kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.requirements.extension_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (59.06kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.requirements.extension.edit_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (29.03kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.requirements.extension.ui_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (22.74kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.requirements.extension.validation_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/plugins/ (23.17kB)
[INFO] Fetching org.eclipse.papyrus.sysml16.requirements.extension.feature_2.0.0.202107291346.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.1.0/p2/features/ (18.94kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.35kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (49.95kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.ecore_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.expressions_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (10.22kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (28.58kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.palette_4.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (41.88kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.toolsmiths_3.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (81.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.generation_3.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (51.47kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.nattable_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (26.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.ui.properties_4.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (22.81kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (26.95kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (19.72kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.feature_1.2.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (19.38kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.architecture_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (10.83kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (14.3kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.profile_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.feature_1.0.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (554.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (394.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (202.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator.ui_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (9.94kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator.ui_2.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (18.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.newchildmenu.generator_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (11.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (8.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.assistants.feature_4.0.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (18.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (285.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (37.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.tests.tools_2.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature_1.0.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (57.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (32.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (39.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (155.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (198.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.25kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.31kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.79kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.51kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.76kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB)
[INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (64.5kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.65kB)
[INFO] Fetching org.eclipse.pde.api.tools.ee.cdcfoundation10_1.1.400.v20190929-1236.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (108.36kB)
[INFO] Fetching org.eclipse.pde.api.tools.ee.cdcfoundation11_1.1.400.v20190929-1236.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (108.08kB)
[INFO] Fetching org.eclipse.pde.api.tools.ee.osgiminimum10_1.1.400.v20190929-1236.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (64.84kB)
[INFO] Fetching org.eclipse.pde.api.tools.ee.osgiminimum11_1.1.400.v20190929-1236.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (64.94kB)
[INFO] Fetching org.eclipse.pde.api.tools.ee.osgiminimum12_1.1.400.v20190929-1236.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (108.46kB)
[INFO] Fetching org.eclipse.pde.api.tools.ee.feature_1.0.800.v20210114-1512.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (18.99kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.200.v20210118-0937.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (206.84kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1100.v20210303-1700.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (6.86MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (63.08kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.200.v20210219-0944.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (25.98kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.0.v20200813-0954.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (79.37kB)
[INFO] Fetching org.eclipse.pde_3.13.1400.v20210303-1800.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (41.26kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.33kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.100.v20210208-1005.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (113.58kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (377.36kB)
[INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (51.57kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.100.v20201105-1530.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (141.01kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.19kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.81kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (25.32kB)
[INFO] Fetching org.eclipse.pde_3.14.700.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.46kB)
[INFO] Fetching org.eclipse.pde.build.source_3.10.1000.v20210130-0813.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (317.22kB)
[INFO] Fetching org.eclipse.pde.core.source_3.14.200.v20210208-1154.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1,003.83kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.1000.v20210110-1048.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.100.v20210208-1005.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (83.44kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.0.v20210209-0833.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (107.52kB)
[INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (188.4kB)
[INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (86.62kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.300.v20210205-1814.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (653.15kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.200.v20210118-0937.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (250.49kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.200.v20210219-0944.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (50.83kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.0.v20200813-0954.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (94.77kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.9.200.v20201208-1742.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (93.19kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (104.7kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.100.v20201105-1530.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (272.56kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (51.75kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (77.36kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (63.34kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.pde.source_3.14.700.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (85.04kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (51.41kB)
[INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (425.02kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210303-1700.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (21.39MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210303-1700.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.98MB of 21.39MB at 18.98MB/s)
[INFO] Fetching org.eclipse.platform.doc.user_4.19.0.v20210303-0957.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (6.2MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.0.v20210120-0733.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.89kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.100.v20210108-1131.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (98.02kB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (27.58kB)
[INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (19.83kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (30.45kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (9.83kB)
[INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.6kB)
[INFO] Fetching org.eclipse.platform_root_4.19.0.v20210303-1800 from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/binary/ (196B)
[INFO] Fetching org.apache.ant.source_1.10.9.v20201106-1946.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (2.43MB)
[INFO] Fetching org.eclipse.ant.core.source_3.5.800.v20200608-1251.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (97.16kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (62.17kB)
[INFO] Fetching org.eclipse.compare.source_3.7.1300.v20210114-0707.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (424.12kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1100.v20201029-1159.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (87.58kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (90.36kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (8.5kB)
[INFO] Fetching org.eclipse.core.resources.source_3.14.0.v20210215-0934.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (800.32kB)
[INFO] Fetching org.eclipse.debug.core.source_3.18.0.v20210222-1101.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (403.17kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.14.800.v20210222-1101.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (10.73kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.300.v20210208-1217.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (295.03kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.300.v20210112-0706.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (251.13kB)
[INFO] Fetching org.eclipse.platform.source_4.19.0.v20210303-1800.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (10.64kB)
[INFO] Fetching org.eclipse.search.source_3.13.0.v20210212-0759.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (298.73kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.0.v20210120-0733.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (58.89kB)
[INFO] Fetching org.eclipse.team.core.source_3.8.1100.v20200806-0621.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (367.84kB)
[INFO] Fetching org.eclipse.team.ui.source_3.8.1200.v20210204-1156.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (765.93kB)
[INFO] Fetching org.eclipse.text.source_3.11.0.v20210203-1022.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (279.33kB)
[INFO] Fetching org.eclipse.jface.text.source_3.17.0.v20210213-0904.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (810.38kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.3.1100.v20200916-0731.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.console.source_3.10.100.v20201211-1511.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (136.96kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.100.v20210119-2223.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (253.75kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.100.v20210108-1131.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (57.05kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.200.v20210121-1039.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (251.12kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (96.14kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (92.19kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.0.v20210111-1352.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (308.95kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.0.v20210209-1136.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (102.49kB)
[INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.0.v20210120-0733.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (428.87kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (80.28kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.0.v20210215-0846.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (330.07kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.4.900.v20201105-0600.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (82.15kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.18.100.v20210122-1536.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.0.v20210122-1423.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (217.7kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.0.v20210121-0922.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.12kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.1.800.v20201105-0600.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1300.v20210108-1832.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.0.v20200724-0708.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.16kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.2.1400.v20210122-1423.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.platform.source_4.19.0.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (20.18kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (42.69kB)
[INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (9.41kB)
[INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.13kB)
[INFO] Fetching org.eclipse.rcp_root_4.19.0.v20210303-1800 from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/binary/ (24.93kB)
[INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (180kB)
[INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (145.52kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.122.100.v20210215-1525.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.700.v20200907-1237.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (76.39kB)
[INFO] Fetching org.eclipse.rcp.source_4.19.0.v20210303-1800.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/features/ (19.17kB)
[INFO] Fetching org.eclipse.sdk_4.19.0.v20210303-1800.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (246.58kB)
[INFO] Fetching org.eclipse.sdk_4.19.0.v20210303-1800.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.02kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (34.31kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (18.93kB)
[INFO] Fetching org.eclipse.sirius.aql_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.02kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (69.8kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.46kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (11.48kB)
[INFO] Fetching org.eclipse.sirius.common.ocl_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (23.7kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (8.15kB)
[INFO] Fetching org.eclipse.sirius.common.xtext_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (21.17kB)
[INFO] Fetching org.eclipse.sirius.diagram.elk_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (62.87kB)
[INFO] Fetching org.eclipse.sirius.diagram.elk.debug_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (24.58kB)
[INFO] Fetching org.eclipse.sirius.diagram.elk.feature_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (18.79kB)
[INFO] Fetching org.eclipse.sirius.diagram.elk.sdk.feature_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (18.8kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (186.7kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (383.93kB)
[INFO] Fetching org.eclipse.sirius.doc_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (11.16MB)
[INFO] Fetching org.eclipse.sirius.doc.feature_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (19.05kB)
[INFO] Fetching org.eclipse.sirius.editor_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.sirius.editor.diagram_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (722.33kB)
[INFO] Fetching org.eclipse.sirius.editor.properties_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (880.03kB)
[INFO] Fetching org.eclipse.sirius.properties_6.4.2.202103091337.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (376.29kB)
[INFO] Fetching org.eclipse.sirius.properties.edit_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (404.24kB)
[INFO] Fetching org.eclipse.sirius.properties.core_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (165.61kB)
[INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (14.97kB)
[INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (32.98kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (40.61kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (45.94kB)
[INFO] Fetching org.eclipse.sirius.editor.sequence_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (242.57kB)
[INFO] Fetching org.eclipse.sirius.editor.table_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (179.38kB)
[INFO] Fetching org.eclipse.sirius.table.ui_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (579.84kB)
[INFO] Fetching org.eclipse.sirius.editor.tree_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (94.93kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (231.97kB)
[INFO] Fetching org.eclipse.sirius.eef.adapters_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (815.75kB)
[INFO] Fetching org.eclipse.sirius.table_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (349.77kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.61kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.sirius.interpreter_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (18.94kB)
[INFO] Fetching org.eclipse.sirius.ui.properties_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (70.81kB)
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (18.72kB)
[INFO] Fetching org.eclipse.sirius.properties.feature_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (18.89kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.01kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (36.29kB)
[INFO] Fetching org.eclipse.sirius.tree_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (252.25kB)
[INFO] Fetching org.eclipse.sirius.runtime_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.23kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.eef_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.11kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (19.13kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_6.4.2.202103091337.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (7.51kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.49kB)
[INFO] Fetching org.eclipse.sirius.ui.editor_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (101.02kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (14.8kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (19.4kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.03kB)
[INFO] Fetching org.eclipse.sirius.runtime.ocl_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (19.06kB)
[INFO] Fetching org.eclipse.sirius.sample.properties_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (11.12kB)
[INFO] Fetching org.eclipse.sirius.sample.properties.checkbox_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.sirius.sample.properties.radio_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (11.47kB)
[INFO] Fetching org.eclipse.sirius.sample.properties.textarea_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (11.49kB)
[INFO] Fetching org.eclipse.sirius.samples.family_6.4.2.202103091337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (175.07kB)
[INFO] Fetching org.eclipse.sirius.samples_6.4.2.202103091337.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (19.08kB)
[INFO] Fetching org.eclipse.sirius.samples.properties.feature_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (18.8kB)
[INFO] Fetching org.eclipse.sirius.specifier_6.4.2.202103091337.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (19.73kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (19.08kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.aql_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (19.03kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui_6.4.2.202103091337.jar from https://archive.eclipse.org/sirius/updates/releases/6.4.2/2020-09/features/ (19.11kB)
[INFO] Fetching org.eclipse.sirius.specifier.properties.feature_6.4.2.202103091337.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/features/ (18.81kB)
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (24.68kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (31.96kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (31.95kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (31.93kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (31.79kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (10.14kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (183.08kB)
[INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/features/ (31.86kB)
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (10.15kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (15.27kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (27.02kB)
[INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/features/ (32.08kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (31.92kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/features/ (31.92kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/features/ (32.01kB)
[INFO] Fetching org.eclipse.xtend.core_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.xtend.doc_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (494.09kB)
[INFO] Fetching org.eclipse.xtend.examples_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (214.79kB)
[INFO] Fetching org.eclipse.xtend.ide_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (640.95kB)
[INFO] Fetching org.eclipse.xtend.ide.common_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (584.46kB)
[INFO] Fetching org.eclipse.xtend.m2e_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.25.0.v20210301-0821.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (115.28kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.25.0.v20210301-0821.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (88.66kB)
[INFO] Fetching org.eclipse.xtend.standalone_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (8.41kB)
[INFO] Fetching org.eclipse.xtend.core.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.xtend.ide.common.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (279.84kB)
[INFO] Fetching org.eclipse.xtend.ide.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (464.72kB)
[INFO] Fetching org.eclipse.xtend.m2e.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (9.64kB)
[INFO] Fetching org.eclipse.xtend.standalone.source_2.25.0.v20210301-1408.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (7.32kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (242.81kB)
[INFO] Fetching org.eclipse.xtext.junit4.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (119.51kB)
[INFO] Fetching org.eclipse.xtext.testing_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (190.02kB)
[INFO] Fetching org.eclipse.xtext.testing.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (131.24kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (178.29kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (98.82kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (154.35kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (92.48kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (126.71kB)
[INFO] Fetching org.eclipse.xtext.ui.testing.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (64.04kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (29.96kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (16.34kB)
[INFO] Fetching org.eclipse.xtend.sdk_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (19.15kB)
[INFO] Fetching org.eclipse.xtext.activities_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (10.39kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (47.53kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (15.55kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (19.41kB)
[INFO] Fetching org.eclipse.xtext.doc_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (6.87MB)
[INFO] Fetching org.eclipse.xtext.docs_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (18.62kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.xtext.examples_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (18.67kB)
[INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (46.12kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.xtext.purexbase_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (233.96kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (261.91kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (35.44kB)
[INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210301-0843.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210301-0843.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (138.51kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (359.06kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (203.05kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (16.79kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (12.3kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (28.38kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (125.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (88.92kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (84.41kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (97.07kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210301-0843.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (275.54kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (16.06kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (11.57kB)
[INFO] Fetching org.eclipse.xtext.redist_2.25.0.v20210301-1429.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/features/ (19.51kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (461.76kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (942.99kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (119.64kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (93.44kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (221.62kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (173.02kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (23.87kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (23.9kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (19.25kB)
[INFO] Fetching org.eclipse.xtext.purexbase.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (155.48kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (168.25kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (22.91kB)
[INFO] Fetching org.eclipse.xtext.sdk_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (19.01kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (14.66kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (19.04kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.25.0.v20210301-0928.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (276.68kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.25.0.v20210301-0909.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (393.78kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-1429.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/features/ (18.73kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.25.0.v20210301-0821.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (101.75kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0822.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/features/ (18.66kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (253.54kB)
[INFO] Fetching org.eclipse.xtext.activities.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (8.35kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (18.78kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (75.64kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-1429.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/features/ (18.66kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (17.3kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (24.56kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (36.57kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.44kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (56.91kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (81.75kB)
[INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (682.95kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.89kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.116.0.v20210302-1107.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (1.95MB)
[INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64.source_3.116.0.v20210302-1107.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (66.24kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (14.35kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.300.v20200816-1842.jar from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (20.07kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1100.v20210209-1541 from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/binary/ (154.17kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (37.04kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (16.57kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.48kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2021-03/202103171000/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://ftp2.osuosl.org/pub/eclipse/releases/2021-03/202103171000/plugins/ (15.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (16kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (39.24kB)
[INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (651.64kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.116.0.v20210302-1107.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (1.63MB)
[INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source_3.116.0.v20210302-1107.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (66.32kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1100.v20210209-1541 from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/binary/ (16.88kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.300.v20210212-1601.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (24.19kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.300.v20210212-1601.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (29.34kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://mirrors.xmission.com/eclipse/releases/2021-03/202103171000/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (29.17kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from https://mirror.clarkson.edu/eclipse/releases/2021-03/202103171000/plugins/ (17.59kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from https://eclipse.mirror.rafal.ca/releases/2021-03/202103171000/plugins/ (28.07kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (7.61kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://mirror.umd.edu/eclipse/releases/2021-03/202103171000/plugins/ (8.88kB)
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ org.polarsys.chess.product ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 729 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 578 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 981 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 360 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 287 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 82 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.3/maven-plugin-api-3.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 5.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 884 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 128 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar (163 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 19 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 1.3 MB/s)
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- tycho-p2-repository:2.4.0:archive-repository (default-archive-repository) @ org.polarsys.chess.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director:2.4.0:materialize-products (materialize-products) @ org.polarsys.chess.product ---
[INFO] Installing product org.polarsys.chess.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/org.polarsys.chess.product/linux/gtk/x86_64
Installing org.polarsys.chess.product 1.0.0.202405280917.
Installing eu.fbk.tools.adapter.feature.2021-03.feature.group 1.0.0.202212210939.
Installing eu.fbk.eclipse.standardtools.feature.feature.group 1.0.0.202403201119.
Installing org.polarsys.chess.feature.feature.group 1.0.0.202405280917.
Installing eu.fbk.tools.sde.feature.feature.group 1.0.0.202211291504.
Operation completed in 39613 ms.
[INFO] Installing product org.polarsys.chess.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/org.polarsys.chess.product/win32/win32/x86_64
Installing org.polarsys.chess.product 1.0.0.202405280917.
Installing eu.fbk.tools.adapter.feature.2021-03.feature.group 1.0.0.202212210939.
Installing eu.fbk.eclipse.standardtools.feature.feature.group 1.0.0.202403201119.
Installing org.polarsys.chess.feature.feature.group 1.0.0.202405280917.
Installing eu.fbk.tools.sde.feature.feature.group 1.0.0.202211291504.
Operation completed in 39077 ms.
[INFO] Installing product org.polarsys.chess.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/org.polarsys.chess.product/macosx/cocoa/x86_64/Eclipse.app
Installing org.polarsys.chess.product 1.0.0.202405280917.
Installing eu.fbk.tools.adapter.feature.2021-03.feature.group 1.0.0.202212210939.
Installing eu.fbk.eclipse.standardtools.feature.feature.group 1.0.0.202403201119.
Installing org.polarsys.chess.feature.feature.group 1.0.0.202405280917.
Installing eu.fbk.tools.sde.feature.feature.group 1.0.0.202211291504.
Operation completed in 38211 ms.
[INFO] 
[INFO] --- tycho-p2-director:2.4.0:archive-products (archive-products) @ org.polarsys.chess.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-macosx.cocoa.x86_64.zip
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.product ---
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-linux.gtk.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-macosx.cocoa.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-macosx.cocoa.x86_64.zip
[INFO] 
[INFO] --- tycho-p2:2.4.0:update-local-index (default-update-local-index) @ org.polarsys.chess.product ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.polarsys.chess.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.polarsys.chess.configuration ................... SUCCESS [  7.257 s]
[INFO] org.polarsys.chess.parent .......................... SUCCESS [  0.239 s]
[INFO] org.polarsys.chess.chessmlprofile .................. SUCCESS [ 10.073 s]
[INFO] org.polarsys.chess.core ............................ SUCCESS [  3.435 s]
[INFO] org.polarsys.chess.contracts.profile ............... SUCCESS [  2.635 s]
[INFO] org.polarsys.chess.service ......................... SUCCESS [  2.753 s]
[INFO] org.polarsys.chess.contracts.chessextension ........ SUCCESS [  2.216 s]
[INFO] org.polarsys.chess.contracts.contractEditor ........ SUCCESS [  2.374 s]
[INFO] org.polarsys.chess.contracts.contractPropertyManager SUCCESS [  2.331 s]
[INFO] org.polarsys.chess.contracts.integration ........... SUCCESS [  1.254 s]
[INFO] org.polarsys.chess.contracts.refinementView ........ SUCCESS [  2.186 s]
[INFO] org.polarsys.chess.smvExporter ..................... SUCCESS [  2.493 s]
[INFO] org.polarsys.chess.contracts.verificationService ... SUCCESS [  2.463 s]
[INFO] org.polarsys.chess.contracts.safetyAnalysis ........ SUCCESS [  2.356 s]
[INFO] org.polarsys.chess.validator ....................... SUCCESS [  2.350 s]
[INFO] org.polarsys.chess.contracts.validation ............ SUCCESS [  2.103 s]
[INFO] org.polarsys.chess.contracts.transformations ....... SUCCESS [  2.715 s]
[INFO] org.polarsys.chess.diagram.ui ...................... SUCCESS [  2.736 s]
[INFO] org.polarsys.chess.diagramsCreator ................. SUCCESS [  2.823 s]
[INFO] org.polarsys.chess.OSSImporter ..................... SUCCESS [  2.839 s]
[INFO] org.polarsys.chess.contracts.verificationService.test.runtime SUCCESS [01:09 min]
[INFO] org.polarsys.chess.contracts.hierarchicalContractView SUCCESS [  2.460 s]
[INFO] org.polarsys.chess.fla.flamm ....................... SUCCESS [  1.198 s]
[INFO] org.polarsys.chess.fla.flaxml ...................... SUCCESS [  1.145 s]
[INFO] org.polarsys.chess.m2m ............................. SUCCESS [  2.613 s]
[INFO] org.polarsys.chess.fla ............................. SUCCESS [  2.463 s]
[INFO] org.polarsys.chess.fla.faultTreeGenerator .......... SUCCESS [  1.779 s]
[INFO] org.polarsys.chess.fla.transformations ............. SUCCESS [  1.739 s]
[INFO] org.polarsys.chess.xtext.global .................... SUCCESS [  1.012 s]
[INFO] org.polarsys.chess.xtext.fladsl .................... SUCCESS [ 56.600 s]
[INFO] org.polarsys.chess.xtext.fladsl.ide ................ SUCCESS [  2.276 s]
[INFO] org.polarsys.chess.xtext.fladsl.ui ................. SUCCESS [  2.154 s]
[INFO] org.polarsys.chess.checkers ........................ SUCCESS [  2.387 s]
[INFO] org.polarsys.chess.cleanCExporter .................. SUCCESS [  2.225 s]
[INFO] org.polarsys.chess.monitoring ...................... SUCCESS [  2.056 s]
[INFO] org.polarsys.chess.multicore ....................... SUCCESS [  2.531 s]
[INFO] org.polarsys.chess.codegen.ada ..................... SUCCESS [  2.387 s]
[INFO] org.polarsys.chess.commands ........................ SUCCESS [  2.232 s]
[INFO] org.polarsys.chess.constraints.constraintEditor .... SUCCESS [  2.366 s]
[INFO] org.polarsys.chess.functionBehaviors.functionBehaviorEditor SUCCESS [  1.764 s]
[INFO] org.polarsys.chess.monitoring.edit ................. SUCCESS [  1.793 s]
[INFO] org.polarsys.chess.monitoring.editor ............... SUCCESS [  1.834 s]
[INFO] org.polarsys.chess.monitoring.tests ................ SUCCESS [  1.982 s]
[INFO] org.polarsys.chess.paramArchConfigurator ........... SUCCESS [  2.555 s]
[INFO] org.polarsys.chess.patterns.profile ................ SUCCESS [  1.165 s]
[INFO] org.polarsys.chess.patterns.library ................ SUCCESS [  1.217 s]
[INFO] org.polarsys.chess.patterns ........................ SUCCESS [  2.499 s]
[INFO] org.polarsys.chess.properties.propertyEditor ....... SUCCESS [  2.324 s]
[INFO] org.polarsys.chess.tabbedproperties ................ SUCCESS [  2.487 s]
[INFO] org.polarsys.chess.test.runtime .................... SUCCESS [  6.869 s]
[INFO] org.polarsys.chess.tradeoffAnalysis ................ SUCCESS [  2.663 s]
[INFO] org.polarsys.chess.wizards ......................... SUCCESS [  1.892 s]
[INFO] org.polarsys.chess.customEditors ................... SUCCESS [  2.587 s]
[INFO] org.polarsys.chess.statebased ...................... SUCCESS [  2.558 s]
[INFO] org.polarsys.chess.fla.FPTC2FLABehavior ............ SUCCESS [  0.907 s]
[INFO] org.polarsys.chess.mainmenu ........................ SUCCESS [  1.159 s]
[INFO] org.polarsys.chess.mobius.preferences .............. SUCCESS [  1.175 s]
[INFO] org.polarsys.chess.mobius.model .................... SUCCESS [  1.334 s]
[INFO] org.polarsys.chess.mobius .......................... SUCCESS [  2.193 s]
[INFO] org.polarsys.chess.mobius.model.edit ............... SUCCESS [  1.226 s]
[INFO] org.polarsys.chess.mobius.model.editor ............. SUCCESS [  1.354 s]
[INFO] org.polarsys.chess.bundles ......................... SUCCESS [  0.237 s]
[INFO] org.polarsys.chess.features ........................ SUCCESS [  0.270 s]
[INFO] org.polarsys.chess.feature ......................... SUCCESS [  2.713 s]
[INFO] org.polarsys.chess.releng .......................... SUCCESS [  0.230 s]
[INFO] org.polarsys.chess.target.2021-03 .................. SUCCESS [  0.280 s]
[INFO] org.polarsys.chess.repository.2021-03 .............. SUCCESS [  6.327 s]
[INFO] org.polarsys.chess.product ......................... SUCCESS [08:18 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18:18 min
[INFO] Finished at: 2024-05-28T09:36:05Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/pom.xml to org.polarsys.chess.target/org.polarsys.chess.target.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.target.2021-03-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.target.2021-03/org.polarsys.chess.target.2021-03.target to org.polarsys.chess.target/org.polarsys.chess.target.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.target.2021-03-1.0.0-SNAPSHOT.target
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/pom.xml to org.polarsys.chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.zip to org.polarsys.chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.repository.2021-03/1.0.0-SNAPSHOT/org.polarsys.chess.repository.2021-03-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.gtk.linux.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.gtk.linux.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.win32.win32.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.win32.win32.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-linux.gtk.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-win32.win32.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-win32.win32.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-macosx.cocoa.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-macosx.cocoa.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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/devel AUTO build-bundle-release/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
[devel AUTO build-bundle-release] $ /bin/sh -xe /tmp/jenkins15951438675674112730.sh
+ ssh genie.chess@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/chess/core/releases/devel/*.zip'
+ ssh genie.chess@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/chess/core/releases/devel/updateSite/*'
+ scp org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-linux.gtk.x86_64.zip org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-macosx.cocoa.x86_64.zip org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-2021-03_devel_2405280917-win32.win32.x86_64.zip genie.chess@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/chess/core/releases/devel
+ scp -r org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/repository/features genie.chess@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/chess/core/releases/devel/updateSite
+ scp -r org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/repository/plugins genie.chess@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/chess/core/releases/devel/updateSite
+ scp -r org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/repository/artifacts.jar genie.chess@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/chess/core/releases/devel/updateSite
+ scp -r org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/target/repository/content.jar genie.chess@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/chess/core/releases/devel/updateSite
+ ssh genie.chess@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/chess/core/releases/devel
total 1744684
drwxrwxr-x  3 adebiasi    polarsys.chess      4096 May 28 05:39 .
drwxrwxr-x 10 genie.chess polarsys.chess      4096 Jan  9 04:36 ..
-rw-r--r--  1 genie.chess www-auth       595338949 May 28 05:39 CHESS-2021-03_devel_2405280917-linux.gtk.x86_64.zip
-rw-r--r--  1 genie.chess www-auth       595140705 May 28 05:39 CHESS-2021-03_devel_2405280917-macosx.cocoa.x86_64.zip
-rw-r--r--  1 genie.chess www-auth       596050371 May 28 05:39 CHESS-2021-03_devel_2405280917-win32.win32.x86_64.zip
drwxrwxr-x  4 adebiasi    polarsys.chess      4096 May 28 05:39 updateSite
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 44 killed;
[ssh-agent] Stopped.
Finished: SUCCESS