Skip to content
Success

Console Output

Started by user Luca Cristoforetti
Rebuilds build #62
Running as Luca Cristoforetti
Agent centos-7-7n4w5 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-7n4w5"
  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-7n4w5"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-7n4w5"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.chess.svc.cluster.local/chess/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
    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-7n4w5 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/merge-branch-x-to-devel
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-pWTM5MQrhYXc/agent.54
SSH_AGENT_PID=56
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/merge-branch-x-to-devel@tmp/private_key_13547895988399080015.key (/home/jenkins/agent/workspace/merge-branch-x-to-devel@tmp/private_key_13547895988399080015.key)
[ssh-agent] Using credentials chess-bot (GitLab bot (SSH))
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning repository git@gitlab.eclipse.org:eclipse/chess/chess.git
 > git init /home/jenkins/agent/workspace/merge-branch-x-to-devel # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/chess/chess.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.5'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/merge-branch-x-to-devel@tmp/jenkins-gitclient-ssh6575446880242138126.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@gitlab.eclipse.org:eclipse/chess/chess.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/chess/chess.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/137-fix-marte-dependencies^{commit} # timeout=10
Merging Revision 708d65b0b071fa729b7f44dbfa0dc1c465532521 (refs/remotes/origin/137-fix-marte-dependencies) to origin/devel, UserMergeOptions{mergeRemote='origin', mergeTarget='devel', mergeStrategy='DEFAULT', fastForwardMode='FF'}
 > git rev-parse origin/devel^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/devel # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/merge-branch-x-to-devel@tmp/jenkins-gitclient-ssh290814222986330710.key
Verifying host key using known hosts file
 > git merge --ff 708d65b0b071fa729b7f44dbfa0dc1c465532521 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Seen branch in repository origin/10-improve-diagrams-creation-utils
Seen branch in repository origin/102-bdd-not-automatically-generated-correctly
Seen branch in repository origin/105-update-releng-pom-xml
Seen branch in repository origin/105-update-releng-pom-xml-2
Seen branch in repository origin/106-support-the-formal-reliability-analysis-of-redundancy-architectures
Seen branch in repository origin/107-maven-warning-related-to-build-plugins-plugin-version
Seen branch in repository origin/110-update-content-xml
Seen branch in repository origin/111-Optimize-access-to-stereotypes
Seen branch in repository origin/115-porting-to-latest-eclipse-and-papyrus-release
Seen branch in repository origin/116-textual-editors-based-on-xtext-grammars
Seen branch in repository origin/117-update-reference-to-sde-and-aeta-update-site
Seen branch in repository origin/118-add-tests-related-to-oss-export-of-asyn-model
Seen branch in repository origin/118-add-tests-related-to-oss-export-of-asyn-model-2
Seen branch in repository origin/120-add-timed-time-model-option
Seen branch in repository origin/122-allow-cross-level-contract-refinement
Seen branch in repository origin/123-Add-further-constraints-during-model-creation
Seen branch in repository origin/123-Interact-with-Kratos-for-formal-verification-of-state-machines
Seen branch in repository origin/123-modify-state-machine-to-smv-translation-to-support-old_smv_format-as-optional
Seen branch in repository origin/124-eata-plugins-not-included-in-chess-bundle
Seen branch in repository origin/128-statemachine-to-python
Seen branch in repository origin/128-statemachine-to-python-2
Seen branch in repository origin/129-unsupportedclassversionerror-for-neon-profile
Seen branch in repository origin/130-refactor-fei-generator
Seen branch in repository origin/130-refactor-fei-generator-2
Seen branch in repository origin/131-fix-fta-visualization-to-support-latest-sirius
Seen branch in repository origin/132-remove-unused-dependences
Seen branch in repository origin/133-create-util-2
Seen branch in repository origin/133-create-util-class-for-diagrams
Seen branch in repository origin/134-fix-fmea-properties
Seen branch in repository origin/137-fix-marte-dependencies
Seen branch in repository origin/2-enrich-documentation-with-description-of-CleanC-language
Seen branch in repository origin/2-issue-for-testing
Seen branch in repository origin/2018-09
Seen branch in repository origin/4-Align-CHESS-model-in-regression-test-with-CleanC-specification
Seen branch in repository origin/4-add-formal-specification-and-verification-of-software-components-interacting-with-asynchronous
Seen branch in repository origin/4-add-formal-specification-and-verification-of-software-components-interacting-with-asynchronous-2
Seen branch in repository origin/4-async-constraints-1-3
Seen branch in repository origin/562302-Implement-unit-tests-for-existing-features
Seen branch in repository origin/563991-improve-checker-manager
Seen branch in repository origin/564178-Enable-the-test-related-to-document-generation
Seen branch in repository origin/564973-enrich-entityUtil-methods
Seen branch in repository origin/R1_1
Seen branch in repository origin/bug_561630
Seen branch in repository origin/devel
Seen branch in repository origin/devel_neon
Seen branch in repository origin/develop
Seen branch in repository origin/e2e
Seen branch in repository origin/mars
Seen branch in repository origin/master
Seen branch in repository origin/neon
Seen branch in repository origin/neon-tycho
Seen branch in repository origin/neon_ext
Seen branch in repository origin/release0.9.0
Seen branch in repository origin/test-branch-to-merge
Seen branch in repository origin/test-devel-branch
Seen 55 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 708d65b0b071fa729b7f44dbfa0dc1c465532521 (origin/137-fix-marte-dependencies, origin/devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 708d65b0b071fa729b7f44dbfa0dc1c465532521 # timeout=10
Commit message: "Fix MARTE dependencies"
 > git rev-list --no-walk c8321a8bef6b4c278763b7489d5b9672f8f99167 # timeout=10
 > git rev-list --no-walk c8321a8bef6b4c278763b7489d5b9672f8f99167 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[merge-branch-x-to-devel] $ Xvnc -help
Starting xvnc
[merge-branch-x-to-devel] $ Xvnc :49 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
Parsing POMs

Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
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


Thu Apr 13 08:27:10 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5949
 vncext:      created VNC server for screen 0
Modules changed, recalculating dependency graph
Established TCP socket on 39499
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.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 39499
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/pom.xml -P Eclipse-2021-03-Java11-devel 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 7.8 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 307 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 367 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 285 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 678 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 803 kB/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 713 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 157 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 1.0 MB/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 1.3 MB/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 90 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 54 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 102 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 662 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 118 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 566 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 2.8 MB/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 522 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 2.1 MB/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 139 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 184 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 7.0 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 7.8 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 1.5 MB/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 190 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 119 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 335 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 730 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 40 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 74 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 527 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 431 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 57 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 119 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 576 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 23 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 200 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 562 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 601 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 1.1 MB/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 4.5 MB/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 1.1 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.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 113 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 138 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 656 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 7.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 768 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 221 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 61 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 146 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 137 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 863 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 142 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 445 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 1.9 MB/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 1.5 MB/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 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 3.9 MB/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 2.7 MB/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 2.6 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 476 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 575 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 205 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 45 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 1.1 MB/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 925 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 1.1 MB/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 1.4 MB/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 119 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 392 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 126 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 169 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 548 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 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 536 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 59 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 91 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 38 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 218 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.3 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 909 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 3.6 MB/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 11 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 494 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 3.8 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 4.8 MB/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 50 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 76 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 19 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 58 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 27 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 29 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 594 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 69 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 48 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 13 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 332 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 80 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 855 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 216 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 43 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] 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] 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 15 MB/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.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 751 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] 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-cipher/1.7/plexus-cipher-1.7.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 51 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.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 247 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/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 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-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/eclipse/tycho/tycho-core/2.4.0/tycho-core-2.4.0.jar (279 kB at 2.3 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 105 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-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 111 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-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 441 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] 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 284 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.jar
[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 183 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 439 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/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 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.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/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 1.2 MB/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/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 234 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/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 980 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 949 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 761 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/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 663 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/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 85 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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.6 MB/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 2.1 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/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/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 29 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/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 45 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/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 102 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/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 168 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/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 11 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 813 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.7 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/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.4.0/org.eclipse.tycho.p2.tools.shared-2.4.0.jar (22 kB at 65 kB/s)
[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 141 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.jar
[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/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.4.0/org.eclipse.tycho.p2.resolver.shared-2.4.0.jar (32 kB at 95 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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 222 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/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 167 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/tukaani/xz/1.8/xz-1.8.jar (109 kB at 265 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/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 466 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/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/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/eclipse/tycho/sisu-equinox-embedder/2.4.0/sisu-equinox-embedder-2.4.0.jar (14 kB at 32 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-api/2.4.0/sisu-equinox-api-2.4.0.jar (3.1 kB at 7.1 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.4 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/tycho-metadata-model/2.4.0/tycho-metadata-model-2.4.0.jar (39 kB at 88 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/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.4.0/org.eclipse.tycho.embedder.shared-2.4.0.jar (11 kB at 22 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-embedder-api/2.4.0/tycho-embedder-api-2.4.0.jar (7.0 kB at 14 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.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 257 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] 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.0 MB/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/apache/maven/maven-compat/3.8.1/maven-compat-3.8.1.jar (288 kB at 546 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.jar
[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 77 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/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.jar (55 kB at 101 kB/s)
[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 157 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 48 kB/s)
[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.7 MB/s)
[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 7.5 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 26 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 6.5 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 7.1 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 3.1 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 63 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 1.1 MB/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 168 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.8 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 515 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 1.1 MB/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 588 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 2.5 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.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 272 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 866 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 3.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 283 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 7.8 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 7.2 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.2 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 48 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 3.3 MB/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 320 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 733 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.9 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 525 kB/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 114 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 185 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 321 kB/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 132 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 210 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 114 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] 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] 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 1.7 MB/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.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 2.3 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/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar (53 kB at 1.6 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 3.6 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 797 kB/s)
[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] 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 1.5 MB/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 321 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 2.4 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 106 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 40 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 104 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 68 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 38 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 172 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 300 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 118 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 143 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 98 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 115 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 393 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 1.5 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.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 163 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 818 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 551 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 964 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 3.6 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 3.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 6.4 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 828 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 158 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 2.2 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 372 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 188 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 494 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 123 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 410 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 932 kB/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 80 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 26 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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 396 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 724 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 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 776 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 624 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 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 209 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 98 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 244 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 5.4 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 84 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 466 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.4.0/org.eclipse.tycho.surefire.osgibooter-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.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] 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 4.1 MB/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.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 5.1 MB/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.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 522 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.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 6.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.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.junit54/2.4.0/org.eclipse.tycho.surefire.junit54-2.4.0.jar (616 kB at 8.2 MB/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.osgibooter/2.4.0/org.eclipse.tycho.surefire.osgibooter-2.4.0.jar (1.2 MB at 15 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 6.5 MB/s)
[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/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar
[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 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-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 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.4.0/org.eclipse.tycho.surefire.junit56-2.4.0.jar (706 kB at 4.3 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.junit57/2.4.0/org.eclipse.tycho.surefire.junit57-2.4.0.jar (728 kB at 4.3 MB/s)
[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.6 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] 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/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 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-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] 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 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.1 MB/s)
[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/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 365 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.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 831 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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 153 kB/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 193 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.7 MB/s)
[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 177 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 195 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.5 MB/s)
[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 490 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.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 100 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 2.2 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 499 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 543 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 7.6 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 742 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 15 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 357 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 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 7.7 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 2.0 MB/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 900 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 11 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 6.8 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.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 9.1 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 527 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 523 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 595 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 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.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 252 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 4.6 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 139 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 1.7 MB/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 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/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 510 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 8.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 113 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 2.5 MB/s)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/ (63B)
[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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.07kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.67MB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/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.202212131048.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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (950.29kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.79kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (498.28kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.7kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202009181620.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (5.41MB)
[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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB)
[INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB)
[INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (36.66kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (249kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (95.26kB)
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.59kB)
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (102.39kB)
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (63.23kB)
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.71kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (143.98kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.93kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.58kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (306.78kB)
[INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (317.43kB)
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (235.59kB)
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (200.97kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.98kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.82kB)
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.1kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.71kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.65kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1,018.14kB)
[INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.58kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (362.4kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.42kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (21.73kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.78kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.79kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.64kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (110.28kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.12kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.81kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.6kB)
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.92kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (59.59kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (96.81kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.81kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (109.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.43kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (111.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.98kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.14kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.28kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.38kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.99kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.79kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.89kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.61kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (257.14kB)
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (124.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (101.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (76.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (133.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (190.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (92.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (196.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (901.43kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (53.45kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (956.97kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (87.76kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (477.13kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.contractEditor.core_1.0.0.202212131048.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.202212131048.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.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (244.27kB)
[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.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (21.46kB)
[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.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (287.65kB)
[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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (532.14kB)
[INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (3.94MB)
[INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.refinementView.core_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.KratosExecService_1.0.0.202212131048.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/ (7.89MB of 22.07MB at 7.87MB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.ExecOcraCommands_1.0.0.202212131048.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.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (48.5kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToSmv_1.0.0.202212131048.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.202212131048.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.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (229.04kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.nuXmvService_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.XSapExecService_1.0.0.202212131048.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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (48.53kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (81.22kB)
[INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (51.38kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (17.92kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (8.43MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202212131048.jar from http://es-static.fbk.eu/tools/eclipse/2021-03/est_devel/plugins/ (7.96MB of 8.43MB at 7.94MB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram.ui_1.0.0.202212131048.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.202212131048.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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.sirius.diagram_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (5.48MB)
[INFO] Fetching org.eclipse.sirius.common.ui_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (285.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (706.06kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta_1.0.0.202212131048.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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.logger_1.0.0.202212131048.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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.99kB)
[INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.44kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (142.08kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (150.08kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.62kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (91.25kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.58kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.67kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (57.48kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (116.26kB)
[INFO] Fetching org.eclipse.sirius.ui_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.38MB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (28.84kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.4.2.202103091337.jar from https://download.eclipse.org/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.92kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.4.2.202103091337.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.hierarchicalContractView.core_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta.design_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToCleanC_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.constraintEditor.core_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.propertyEditor.core_1.0.0.202212131048.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/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.customEditors:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.customEditors:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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://download.eclipse.org/releases/2021-03/202103171000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/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/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.repository.2021-03:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository.2021-03/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] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.configuration >---------
[INFO] Building org.polarsys.chess.configuration 1.0.0-SNAPSHOT          [1/67]
[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.0/maven-install-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-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom (7.8 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 619 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 970 kB/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.0/maven-install-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-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar (30 kB at 3.4 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 68 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 106 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 103 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 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.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 69 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 93 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 163 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 53 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 130 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 112 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 105 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 82 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 240 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 25 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 140 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 27 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 69 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 129 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 157 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 1.7 MB/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 6.8 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 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 541 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 264 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 339 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 52 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 211 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 553 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 151 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 242 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 142 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 143 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 56 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 640 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom (1.3 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.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 58 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 152 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 371 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 79 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 119 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 570 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 134 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 640 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.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 212 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 53 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 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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] 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 25 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.101/org.eclipse.jdt.compiler.tool-1.2.101.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar (67 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.jar (93 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.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/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar (289 kB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.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/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar (115 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.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/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.jar (137 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/jdt/org.eclipse.jdt.compiler.apt/1.3.110/org.eclipse.jdt.compiler.apt-1.3.110.jar (215 kB at 2.7 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.osgi/3.16.0/org.eclipse.osgi-3.16.0.jar (1.5 MB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.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/jdt/org.eclipse.jdt.compiler.tool/1.2.101/org.eclipse.jdt.compiler.tool-1.2.101.jar (203 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.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 835 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.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.jar (101 kB at 671 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.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 488 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.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.8 MB/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.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar (195 kB at 1.2 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.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 27 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/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 13 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.app/1.5.0/org.eclipse.equinox.app-1.5.0.jar (89 kB at 504 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/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 77 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/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 48 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 1.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/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/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar (122 kB at 528 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/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 11 MB/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/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar (459 kB at 1.7 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/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.jar (6.8 MB at 24 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.util/2.25.0/org.eclipse.xtext.util-2.25.0.jar (311 kB at 801 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.lib/2.25.0/org.eclipse.xtext.xbase.lib-2.25.0.jar (164 kB at 410 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.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 47 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.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.3 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.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 793 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/xtext/org.eclipse.xtext.xbase/2.25.0/org.eclipse.xtext.xbase-2.25.0.jar (2.6 MB at 5.3 MB/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/xtend/org.eclipse.xtend.lib/2.25.0/org.eclipse.xtend.lib-2.25.0.jar (111 kB at 222 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.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar (1.4 MB at 2.8 MB/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/xtend/org.eclipse.xtend.lib.macro/2.25.0/org.eclipse.xtend.lib.macro-2.25.0.jar (78 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar (73 kB at 137 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/com/google/inject/guice/3.0/guice-3.0.jar (710 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 277 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 428 kB/s)
[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 878 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 4.9 MB/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/test-classes
[INFO] 
[INFO] --- install:3.1.0: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 41 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 511 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 8.1 MB/s)
[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 5.2 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.configuration/1.0.0-SNAPSHOT/org.polarsys.chess.configuration-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.parent >------------
[INFO] Building org.polarsys.chess.parent 1.0.0-SNAPSHOT                 [2/67]
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/target/test-classes
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.polarsys.chess.parent ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.parent/1.0.0-SNAPSHOT/org.polarsys.chess.parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.chessmlprofile >--------
[INFO] Building org.polarsys.chess.chessmlprofile 1.0.0-SNAPSHOT         [3/67]
[INFO]   from ../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.202304130827
[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 364 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 232 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.9 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 381 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 2.6 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.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 2.0 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.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 762 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 954 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 997 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.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 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 152 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 218 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 132 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 788 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 177 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 3.4 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.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 147 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 67 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 65 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 39 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 326 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 852 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 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 78 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 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.1 MB/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 8.4 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 274 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 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 571 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 81 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 260 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 159 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 1.7 MB/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 4.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 445 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 2.8 MB/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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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] 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 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 2.1 MB/s)
[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 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] 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-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 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-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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 848 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.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 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] 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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 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-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/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/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 5.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-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 569 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/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 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/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 4.5 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/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.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-project/2.0.6/maven-project-2.0.6.jar (116 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 964 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 213 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 3.0 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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 28 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 360 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 115 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 532 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 32 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 171 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 173 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 73 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] 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-manager/2.8.8/plexus-compiler-manager-2.8.8.jar (4.6 kB at 513 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 2.0 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 219 kB/s)
[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 1.5 MB/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 44 MB/s)
[INFO] Compiling 394 source files to /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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 365 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 163 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 274 kB/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 2.2 MB/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 85 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 44 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 1.1 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.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 1.6 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.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 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 978 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 949 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 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 995 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/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 297 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 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 628 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 5.1 MB/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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[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] 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 6.2 MB/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.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 4.1 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/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 3.8 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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 16 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/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 5.0 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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 3.2 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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 5.2 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/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 751 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 9.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 341 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.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 310 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.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 342 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/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 285 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-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 122 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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 324 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 152 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 133 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 87 kB/s)
[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 1.6 MB/s)
[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 86 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/merge-branch-x-to-devel/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 53 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 498 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 452 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 660 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 791 kB/s)
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.service ---

[INFO] Building jar: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.pom

[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.validation ---

[INFO] Building jar: /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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 114 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 778 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 667 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 2.7 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 1.6 MB/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 2.6 MB/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 83 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 556 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 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 815 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 3.5 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 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.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 1.0 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 3.3 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 940 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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.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 152 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 2.7 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.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 964 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 258 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 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 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.pom (5.8 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 319 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 9.4 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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.9 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 7.6 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 64 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 96 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 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 204 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 119 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] 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] 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 25 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 4.7 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 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 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-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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 36 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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 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-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-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 11 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-spi/1.7/aether-spi-1.7.jar (14 kB at 903 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 7.1 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.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 6.0 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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 211 kB/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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 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/3.0/maven-model-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 8.8 MB/s)
[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 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.jar
[INFO] 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 6.6 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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.6 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-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 8.8 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 5.2 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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 693 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 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 3.5 MB/s)
[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 7.9 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 528 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration/org.eclipse.osgi/68/0/.cp/log4j.properties
2023-04-13 08:31:50 ERROR Activator:95 - ERROR
2023-04-13 08:31:50 FATAL Activator:96 - FATAL
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 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.AllTests

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

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

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

(SWT:849): Gtk-WARNING **: 08:31:53.971: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@521f2a23 (name: modelSystemView, visibility: <unset>) (URI: null)
num diagrams: 2
resultsGeneratorService
diagramDescriptors
domain: org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomain@186d5bd9
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@15eb0db6 (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@30050f14 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30050f14 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30050f14 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5af85918 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@49593f0c (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@143d286f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5f751c7a
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e1b243f (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@41f193a9 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2c7f52cc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3c50c5b7
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1402e8b5 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@59a34d47 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@f9c9d8d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@35db8cb4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@361f9dfa
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7c84e199
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7c84e199
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@71a12ab6 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@62d87bda (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@62d87bda (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@62d87bda (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5d7ac8e1 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c1d3069 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6e31c438 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7dc147a7
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7677a53e (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@534c4de1 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@33bc43b4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@44b7c61b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@f22d5e6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@610e4db4
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@610e4db4
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a0b9f03 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a0b9f03 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a0b9f03 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7b7bac19 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7d522b49 (value: 2)
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)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1653d9fc (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2ebec391 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2475be03
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63694c20 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6b7de588 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3307113d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a8b34f8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@13aa77c5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d6fb968
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d6fb968
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2bc3f11f (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2bc3f11f (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2bc3f11f (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5b8f9ab0 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5dd184b9 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@620f5ac (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7d72d3b8
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5a0f8cbc (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b2a2f08 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@aa63654 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6122cbab
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47eec15f (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1de6e4c5 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@26c975bb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@51c18d5a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@60944a04
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6013775f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6013775f
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5f823d2c (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@41e366fd (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@41e366fd (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@41e366fd (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5382166f (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c01dc8c (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@e23083f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@62cba14
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@455ef5d0 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3749b44b (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@213d206d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4222c244
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@70e05fa5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7e1ecdb
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7e1ecdb
state: org.eclipse.uml2.uml.internal.impl.StateImpl@76278f70 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4630cda9 (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@795f005 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@795f005 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@795f005 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3b180d5a (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@21ca8d5e (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7bdc8032 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7b8c3019
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@590ef (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@75505dcc (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6a129e44 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@700477e7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5c2a03e0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@68ed17bf
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@68ed17bf
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29a23ff6 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29a23ff6 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29a23ff6 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6cc39a43 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@50b81c2a (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@599806d8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4b7364da
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3b12fe75 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b5bec71 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@326c8104 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@62e97627
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4ea4cd59
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@763c98a1
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@763c98a1
state: org.eclipse.uml2.uml.internal.impl.StateImpl@e653925 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1615e830 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1615e830 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1615e830 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1dcaa6b0 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@34b932b0 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@17397fe5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4a26c4aa
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@618a972d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@40ed9f7a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@40ed9f7a
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: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@20b3b55 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@41a7b301 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@26071f95
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2f482caa (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@74c26b85 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@801e1a7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2f482caa (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@801e1a7
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@29001b03 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@106a5019
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1003627d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4685f13b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6ff422eb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@794e111e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@794e111e
state: org.eclipse.uml2.uml.internal.impl.StateImpl@3fb99f22 (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.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@3afdeaff (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3afdeaff (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3afdeaff (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1e62f9e8 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2efac5dd (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@683b3b67 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3db2eb3c
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3496f8db (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@4c3a17b9 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7debed5a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@57aa12d0
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@54f968de (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@48623a27 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6a418f4c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6d7a3c46
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@725a06af
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4292f9cd
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4292f9cd
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b0f929 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@de14eac (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@de14eac (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@de14eac (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e0645c4 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2039ad10 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2a4bddb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6dbdaaf9
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11e9eaef (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7cd594ef (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5bb8b4cb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5bd23727
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5320020
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@19bed917
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@19bed917
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@edbf4fb (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@edbf4fb (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@edbf4fb (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@58d0a39e (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5d020cf1 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3a2336e0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@46ff6aa5
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1b6efdb7 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@56c61faf (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7571a7a1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@486651e8
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@24899e16 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4254c64f (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3a603d0b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@40f3d2be
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@28e29d98
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5ff2bfa
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5ff2bfa
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3345009d (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3345009d (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3345009d (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@74403ddc (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7880454d (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@610f4e74 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@679c339b
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@12474c69 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6897c941 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@73f056c9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7576b3c7
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5d7a8d04 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b718a2b (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7ac6d392 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a6eaf86
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@33750762
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2334b42a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2334b42a
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3488c66b (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6165078e (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6165078e (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6165078e (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5c0b7d71 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1ef57dae (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3d36bfb0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4b0bb06b
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c6cac8e (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7941a0a0 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@71824b07 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@671c35b4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4ebdfd05
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@43d6a3ae
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@43d6a3ae
state: org.eclipse.uml2.uml.internal.impl.StateImpl@9d455b0 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@395c601e (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@1e36f8a (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1e36f8a (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1e36f8a (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@12c5bd1f (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3f57bdcb (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4b33cd98 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4658ced3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@794aae42
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2e446441
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2e446441
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@23e22907 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@23e22907 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@23e22907 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@72aca790 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6839797f (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ae67174
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1b725720 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@cf5e3f9 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f249199
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1b725720 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f249199
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@6e028d8 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@fa2a473
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2ceb6455 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27488008
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2069dad1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22146028
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22146028
state: org.eclipse.uml2.uml.internal.impl.StateImpl@3bab03db (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29f3a465 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29f3a465 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29f3a465 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3b047bd6 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@4bf95250 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@577ed3aa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@c9475dd
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14567552 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@153cde5a (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@347eacd4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1b6b0d1b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3cb017c1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1699b505
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1699b505
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@527ad4b (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@527ad4b (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@527ad4b (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3196fdd4 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7d4c8dba (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@19f76837 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4751f72a
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@412fda49 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5817ae8b (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7a83c36e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@32a383b3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@d61fa3c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2c1e4cd7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2c1e4cd7
state: org.eclipse.uml2.uml.internal.impl.StateImpl@5ad37a78 (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@4698ccad (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@3a0ed866 (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@581e1d94 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@75b2d620 (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@4234248e (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4234248e (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4234248e (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2ced7b2c (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@75fe53e6 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@76f607a7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@45684f77
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21b78ed (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@57d6a2b (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@43f08e1c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@446472e2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1de1b693
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@213253f5
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@213253f5
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@36752a50 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@36752a50 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@36752a50 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75d1934a (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5505c660 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2ffce488 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@a39e234
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@738b7bfa (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@8c6852d (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4056f819 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@53b9a65
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2d476593
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4e7d73b0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4e7d73b0
state: org.eclipse.uml2.uml.internal.impl.StateImpl@177a37ec (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@656bd215 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@656bd215 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@656bd215 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@557918df (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@597aab43 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1c5c804f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a8bd692
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7299afc (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@b0519e9 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7323ae3e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@37d8c98e
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7ced4bf3 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5f84cfd6 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3138c846 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@405df356
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@56799a7d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3af784c2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3af784c2
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@27fcfc03 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@71db7a1 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@71db7a1 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@71db7a1 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d2e0538 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7b938c3d (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@53387ae0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@71263c4a
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2cfce093 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b697355 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5b96efa2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1b924cf6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@50a1df6f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6a7908ad
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6a7908ad
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@688bcb3c (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@688bcb3c (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@688bcb3c (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4a019e85 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4c3ea006 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2481451a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3e243320
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@789767d7 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4190d653 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6f97f2ee (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@70b5710f
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@335f1911 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@743a6367 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@24eaff8c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f8ccf17
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3450c666
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@39946577
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@39946577
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b8e1ad5 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b8e1ad5 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b8e1ad5 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2624bce0 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@77ac6ef7 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@57d060ae (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4e3e2f5e
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d7e59c5 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@59314d4b (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@d3083d3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@32cb09f4
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@d44ce19 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5ecc81ef (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@57ebaffe (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3d05985e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@161abde1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a6272b8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a6272b8
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@26775474 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7108d5fc (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7108d5fc (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7108d5fc (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c3f875e (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1d550faf (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@b599d94 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@72e23061
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42d75c14 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@774a1b96 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@30b89dd6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@533ac298
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2b751317
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@52357ee0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@52357ee0
state: org.eclipse.uml2.uml.internal.impl.StateImpl@1751d5f3 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@77f6de32 (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@5dce5c1d (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5dce5c1d (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5dce5c1d (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f698722 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@43664161 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5b4266f9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4132cb8b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@12b11418
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7d0cecc6
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7d0cecc6
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30c87f57 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30c87f57 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@30c87f57 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18781914 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@55d7d198 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5c8bd968
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@305d9951 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68b596f7 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@305d168
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@305d9951 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@305d168
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@14718f9 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5d0c8e91
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@19caa9e9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@34e9a529
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@dd0f39d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d703959
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d703959
state: org.eclipse.uml2.uml.internal.impl.StateImpl@144c794e (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@7f2cd486 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@21818f13 (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::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@1731e43f (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1bb2b3be (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5dd249aa
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5dd249aa
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5dd249aa
XXXX: in1_to_in1 -> !switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6472268b (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@13846a00
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@13846a00
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@13846a00
XXXX: in1_to_in2 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63584726 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5f398b23
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5f398b23
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5f398b23
XXXX: in2_to_in1 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@83ce4c5 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1cb95b33 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@137ff63a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@137ff63a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@137ff63a
XXXX: in2_to_in2 -> !switch_current_use
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@79245cf0 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@25d8dc6 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@602e5502 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5a2b3340
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1b32729 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@6f6ea964 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7d7a77ce (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7ec8fa12
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@66da108d (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7c65a0bb (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@520f6cfe (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6b2e04c7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5d463f57
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2413d582
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2413d582
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1f11d01d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@61fac0f0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6ae7eb33]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35f373e4 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@324139ef (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@32bdaeb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@570f84c0
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@794da196 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42787111 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1fd90737 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@345ba988
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@208eef84
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6987aee0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6987aee0
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@613aec92, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6112525]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@12efd7b (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@45c5245f (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@343d7575 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@757ec6a8
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34d3859 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6fc603b3 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@308f45e3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@33c79edc
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5922f70d (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a6ac01 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4ccc416b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@43720750
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@d261aac
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@b795f6d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@b795f6d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7b98d007, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@29be8f1d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@f0167e0]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2e197866 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1cba10cd (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@56c26a0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@16b56a09
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@730aeaf1 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3ffab025 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5bc7c85c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@661f040f
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42e6375f (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2877ccbe (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d9764c4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@53362e05
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2099a7f3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@43fa1602
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@43fa1602
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7eb47102, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@76374dcd, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3cbe858b]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@54e1d183 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@331e7656 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1faf2eae (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@191a52bf
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@432df5d6 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3419723 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@65fd03bb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2eb93a11
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@216f955
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@12d28c28
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@12d28c28
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4d989a04, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1d53fb5f]
variables size: 3
variableName: current_use
variableName not input port: current_use
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output
variableName not input port: output
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:20 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 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
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 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@2d90d4f0 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3df9595d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3df9595d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3df9595d
XXXX: pr_to_pr -> true
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4ab16456 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@596d7fc8 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@53219f3c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@224fb783
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@631de448 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@513c44dc (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@ebbf9b8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5197b443
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5d24259d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@55f48d66
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@55f48d66
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6c040d2c, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7a4eb7a5]
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a73a790 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1c520457 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@563fe059 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@65a06f7e
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42c81b7d (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4eb4cfcf (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@67a0c368 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@19d9b7d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@30c7bc0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2422f1d9
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2422f1d9
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7431c20e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3e77162]
variables size: 2
variableName: sensed_speed
variableName not input port: sensed_speed
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 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
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:21 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@43836e59 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@311b1f8d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@311b1f8d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@311b1f8d
XXXX: pr_to_pr -> true
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@bd3b31b (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@f493a38 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@79372964 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2dda94a9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3b87b162
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@44e21b70
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@44e21b70
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@61a019e5]
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3f9de312 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3bfa1d73 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@111126dd
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@30376f06 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@60628f61 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@b18179b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@30376f06 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@b18179b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@13a7ffeb (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@18e3fdc6
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6c8e703c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27e106f9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@b15fd49
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@12a66435
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@12a66435
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4385d0e4]
variables size: 1
variableName: absence_alarm
variableName not input port: absence_alarm
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:22 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@1df4413e (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@8e5fece (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@23c9870c (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@4805a358 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5786309d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5786309d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5786309d
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@71191fed (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7745567 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@198b077a (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1dfb2f20
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1dfb2f20
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1dfb2f20
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@65d0b87f (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@51580d2c
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@2e01fef9 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@25105a3b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@45e31da6 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54c3495b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@51580d2c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54c3495b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7514830c (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1403f339
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1403f339
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1403f339
XXXX: t0 -> (approach)&&(z==2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d60f4a3 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6996340d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@b82cc2e (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@2f4c3af1 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@15b30657 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@35f473d8 (op: <)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@b82cc2e (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@35f473d8 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7c5a628f (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c071da2
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c071da2
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c071da2
XXXX: t4 -> !(approach)&&z<2
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43efeba (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@430846f4 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5ddbd005
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@3bd3fc19 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@48eb0ef7 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4955def8 (op: ==)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5ddbd005
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4955def8 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4a8d642f (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4b25b96e
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4b25b96e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4b25b96e
XXXX: t1 -> (!approach)&&z==2
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@378f35dc (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7fb877c1
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@f58c76a (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@44a66967 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@a4995fa (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@36f3fd0d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7fb877c1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@36f3fd0d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7fd90f2e (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c66ea6c
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c66ea6c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c66ea6c
XXXX: t2 -> (far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1c1f6bc3 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3949a6a2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@ca7ef43 (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@633e4d6a (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@41863bd (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@7090b92a (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@437e9d8c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@ca7ef43 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@437e9d8c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@523add94 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3dd9568
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3dd9568
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3dd9568
XXXX: t5 -> !(far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7549513d (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6a316e3b (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6ffdf53a
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@4b2f1cd4 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@74507c35 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@15718432 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@15a5f783
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6ffdf53a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@15a5f783
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@26df905f (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@30228a83
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@30228a83
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@30228a83
XXXX: t6 -> (!far)&&(z<2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@300cfe1f (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@12e00451 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1749e728 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@42fcf906
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15d71b40 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7075727 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5faf8048 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7abe6672
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@571e6f7e (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6a9db4d5 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4993d40e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4017b6b8
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@64d6545b (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@636a7f08 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@340ef4cf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@49d13680
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@1f73d76d (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2f5179b4 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6c3a481d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2c1f162c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2d56647d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5841b42b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5841b42b
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6df8cb41, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5de9a0d6, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@32aecda6, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5400c0d4, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7f89bbd6]
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@21722154 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2a2b187b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@727d19b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@28ee1d87
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18a6e14f (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6abccae0 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@53ae7525 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@bf458f2
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@24776c5a (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@289049fe (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@8b71694 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@212decb8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3ea7517b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a34aa42
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a34aa42
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@53fc888c, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3712ce7e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@300ca4c0]
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@76bc99f9 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6ff626ae (value: 0)
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@54b0e196
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54b0e196
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5c10874e]
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@1a10494e (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@730cdd7d (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1db6ac67 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@122b5f95
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@a692ea7 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1f1beda2 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@37e6afb2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7ff9892c
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3c269c62 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7c9010b9 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7e09aba6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4d8aeda2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4547bdfd
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1183c236
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1183c236
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5de4dbf9, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@746651a7, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@347f80e6]
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@5dfd18bb (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7d836fbd (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d74291c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@71f0853f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@447d637a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3cd01d10
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3cd01d10
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7f676897]
variables size: 3
variableName: z
variableName not input port: z
2023-04-13 08:32:25 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:25 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:25 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:25 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: lower
variableName not input port: lower
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: raise
variableName not input port: raise
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:26 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 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@3019fb74 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5cead6a4 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7a7ce55c (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@46337539
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@46337539
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@46337539
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d790da5 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3a468bd1 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@55d9388b (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@28a01b7c
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@28a01b7c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@28a01b7c
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2dbe5554 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@62ffc735 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@b812151 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10146efa
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10146efa
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10146efa
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6b82171e (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5d67aec6 (value: 5)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@5731a162 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c8e6af2
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c8e6af2
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c8e6af2
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@69a110b6 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@772b0867 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@71aa91c9 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1418fedb
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1418fedb
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1418fedb
XXXX: t0 -> x>6
XXXX: t5 -> null
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@321f0676 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@76043ab1 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@40ace436 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7ca9f7cc
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@364f7299 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@61c91753 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4663c208 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@75c74a9f
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38513504 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@110bded2 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@49203d79 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@67c0570
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@37b4e9ae (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78865cc4 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@30857d58 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5634a9bd
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@465dd34c (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@cf7c73f (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@17830444 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@64892e48
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4ce64626
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@62ebca4d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@62ebca4d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@67528e84, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@29cc079, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@d481c07, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1d9fc013, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6e4a4b8a]
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1d81b3a9 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7f7b9ad8 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6e57431f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@53decf63
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43d2324a (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@605cddb2 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3447351d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@11c75121
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@43d56131
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7858bd93
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7858bd93
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@bfd9a52, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3b80c08]
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@144a2d10 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@79dcb825 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5270cacb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@57b3297
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@409cad85 (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5c1d2823 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@8ef87f9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@545ce3f9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@71099c72
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@39adce3c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@39adce3c
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1e6e2db1, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7284f079]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7d7bee18 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@35b1b26b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7c036a95 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@74a57484
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@560c4f26 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6e168d66 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@9a615f3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@56785117
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@62395181 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@389e9d1d (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@12e0e70 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@154a17ab
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3d57e9da
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@32575f3e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@32575f3e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2a2409bd, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@56f1744e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3684da62]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4bf046d4 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@13563ac4 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3caa9a93 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@570aac83
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1e059650 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3c270f4e (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54b1645b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@565db4fa
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@64d80f77 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@600131dd (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3f4d123a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@48c9b4d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@200b9f1c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f58926f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2f58926f
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1386a440, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@38512482, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@680c81ff]
variables size: 5
variableName: x
variableName not input port: x
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: approach
variableName not input port: approach
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:27 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: exit
variableName not input port: exit
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: enter
variableName not input port: enter
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: far
variableName not input port: far
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:28 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 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@44c41288 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6693cc6b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@807303e (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@492942b
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@492942b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@492942b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@44384025 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2638cd08 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@e35099 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@185aed6b
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@185aed6b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@185aed6b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19b984f (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@56ec7ef6 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@3c33102e (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@551b666c
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@551b666c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@551b666c
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@8252ff2 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@74bc9b1d (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@79ab804f (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21dcba74
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21dcba74
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21dcba74
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7fd40572 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@3bd7c2b5 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7b2a95c1
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ee693d9 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3146f4e2 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@34015a15 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b2a55c9
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7b2a95c1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b2a55c9
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4108752e (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5018a83d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5018a83d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5018a83d
XXXX: tr0 -> (!lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f617523 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@744fc6b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@574f976c (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@78fc9ed2 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@7c303483 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5c3738ca
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@744fc6b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5c3738ca
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@77e820d7 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3962dfc8
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3962dfc8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3962dfc8
XXXX: tr1 -> (lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@105e3db9 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@56c4d1e3 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@37097866
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@20dededa (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@418c9c8d (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@31370696 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d01829e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@37097866
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d01829e
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@1bffbdea (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3b8598ad
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3b8598ad
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3b8598ad
XXXX: tr6 -> (!lower)&&(y<2)
XXXX: tr2 -> null
XXXX: tr7 -> null
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d676aba (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@75371f75 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@72b1f55a
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f41d999 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@69855271 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@24843483 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@59620e6c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@72b1f55a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@59620e6c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@48fe89c8 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4ae4ef2a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4ae4ef2a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4ae4ef2a
XXXX: tr3 -> (!raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3082f745 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c5eda9b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@12fb426 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@48a48aac (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@6fbb7422 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65bbe14c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c5eda9b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65bbe14c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@19c9e759 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4e60f443
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4e60f443
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4e60f443
XXXX: tr4 -> (raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@700b95d3 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@24bfb00b (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3573682
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1ae7aaf3 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@36ee0171 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6f08c04f (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5551080a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3573682
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5551080a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@72c69061 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b80452e
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b80452e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1b80452e
XXXX: tr8 -> (!raise)&&(y<2)
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3740f356 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@726216bd (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@657da23d (op: >=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@20f5e01e
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@20f5e01e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@20f5e01e
XXXX: tr5 -> y>=1
XXXX: tr9 -> null
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@747e8d9a (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6eabe8a4 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2b5b0b38 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3605ea58
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3617b35f (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@74883f1 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@74394aeb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6df7391e
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6671e2b4 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2565a280 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1bb5cad5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4fde3f74
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@26d31079 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2e2ac781 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1b7c53f3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@25e7ea77
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1b09766a (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@63e7ac45 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1afd9801 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@d37d7b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5039f12d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6ffe57bc
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6ffe57bc
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@771b508f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@222ba627, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4d14e29f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@492bf576, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@64995bf4]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@440905a3 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1dd9b17a (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@637e4209 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2e39987
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@ecbb065
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@76a2ebda
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@76a2ebda
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@68f78ccc]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@16758a14 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@657be9d1 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7ab4afd3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@34dbfb2c
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@ec4f289 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@344ba7e1 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6bde4c8c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@37c840
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@294e2275
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5133f243
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5133f243
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@68017ba0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@12937a3c]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39bf3332 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6dea914d (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@32430276 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6fc03e3e
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2fa6b657 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@16ff2a17 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3c85ca0c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@52da326c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@48d4226e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@13f9c4e4
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@13f9c4e4
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@42910f40, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7b138795]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@391192c5 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4b6584d8 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@19c44def (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@36931ada
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3213177
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@62d9b431
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@62d9b431
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@446354d1]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@499b9e4a (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6ddcad6a (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5f2df9e2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@eaaeafb
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1b564caa (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@13e91557 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@233b0c21 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7a9fd78f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5385e76a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6b275e32
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6b275e32
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5e3abb2d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3b4efdc5]
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@58adba08 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cd71563 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5926e4b0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@83ac54
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35cb3bb6 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@21235c61 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4fce3f91 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@52b2cb30
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3e485c5b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6747d76f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6747d76f
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@29c2051a, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@61ddeacf]
variables size: 3
variableName: y
variableName not input port: y
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: up
variableName not input port: up
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: down
variableName not input port: down
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:29 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: 38.843 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: 15.316 s
testImportModelFromOssFile(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.916 s
testExportBlocksAsK2(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.969 s
testExportBlocksAsPy(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.382 s
testExportAsyncModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.195 s
testExportAsyncHybridModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.217 s
testFaultExtensionsGenerator(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.219 s
testExportModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.26 s
testExportStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 3.763 s
testFaultExtensionsGeneratorAcceleo(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.195 s
testExportTimedStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 5.649 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.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.026 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.TestVAndVOperations
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.002 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.TestSafetyAnalysisOperations
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 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.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
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.TestBasicOperationsHeadless
domain: org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomain@7d61fabf
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@634956e3 (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@7e4d55a0 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7e4d55a0 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7e4d55a0 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7048998c (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5bbd6983 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7c5e13e6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@25288e18
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1118f7c8 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@21d96519 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2d9493e7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4cad8003
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1a5d98e9 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@70c6c716 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@79446942 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@59c943f1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2fa512f1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@56c1fdc8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@56c1fdc8
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35e0662a (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6980136f (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6980136f (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6980136f (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38894132 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68d3ed1 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5e49d37f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7919e29
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7563cf38 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1a770cf3 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@ab5f6e9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@15e4140
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6a2f445c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1bb0758
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1bb0758
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d9c616c (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d9c616c (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d9c616c (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@248217b (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@765e5a08 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@66d1cd9b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2e51b81
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@41e5b15f (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@456f3d71 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2dba8d52 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@729b277
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6baa9484 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5792b835 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2e3b7f88 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@64cbca32
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5b7a7c9b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@76024a5a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@76024a5a
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b8d07f4 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b8d07f4 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b8d07f4 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7cffaeb9 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@df8a974 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@55aaac25 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c168c56
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5d9d7b0b (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15e6dac5 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@152d97d8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7d31dd17
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b42b499 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68517fc6 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@11bbb643 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@62910806
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3c298eb1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@578bd7d9
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@578bd7d9
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4f30acd9 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@75e5f9fa (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@75e5f9fa (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@75e5f9fa (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7a5e2572 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@484a4577 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@73f7206d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@637a080a
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6884c4a2 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@727f4538 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3841f752 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@bc88208
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@45a7f607
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@15c0aba2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@15c0aba2
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4595ace3 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@361d7da9 (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@57528a7d (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@57528a7d (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@57528a7d (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@345166c0 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@210127f3 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@d06be40 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@68ebd5bd
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@57b3d906
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2d590a2f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2d590a2f
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@104d40d4 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@104d40d4 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@104d40d4 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39f69135 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6392ca40 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70c7b559
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7ef6e9e7 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7384b035 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b1a4cf
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7ef6e9e7 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b1a4cf
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4b91b43d (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@261d579
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54b2c818 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5fae999d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1958fe09
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2315b54b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2315b54b
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4b881b5 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@27a015ac (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@27a015ac (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@27a015ac (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b6eb7e6 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@5a147870 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5fd10bcc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8f24d8f
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@369d1af0 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4fb323ab (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@18ebcefa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2ef765d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5cfba66a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@16b83980
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@16b83980
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2ed21ed9 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2ed21ed9 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2ed21ed9 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@523fe822 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2fb8a22f (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1b3c23c3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6635e406
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4be66e1a (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21a50493 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5bfd195f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1221d3f2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6a4fe912
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7c703082
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7c703082
state: org.eclipse.uml2.uml.internal.impl.StateImpl@32bafb92 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
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@105db26b (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@105db26b (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@105db26b (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3199b7ab (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@48186ee5 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@195ce5fb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5df8b7b2
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21a07749 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@2ac45ade (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54c91140 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4c14794c
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6e2c45b8 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6636e009 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7a69ae9e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@15d87686
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1955e000
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@15aa3943
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@15aa3943
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6b55bf5f (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@794feb34 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@794feb34 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@794feb34 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7b91c81e (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@bfa6391 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6ad8735 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@796d5da4
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@cc9bbaf (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@54f7b74c (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3e8916c8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2d1aecc0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6c4f3e0f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6cd27db1
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6cd27db1
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4dec6510 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4dec6510 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4dec6510 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f88a6be (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@63152457 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@22c7e454 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6e4bd0f4
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@342c26d5 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7ed18b9b (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@63293551 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@535595b0
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@61a0b81 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@74e5d58a (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5ecce5fa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@21cb1386
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@775b523d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6dc43088
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6dc43088
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@133b33a3 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@133b33a3 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@133b33a3 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1fa8718b (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@43d477ee (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6c1e50a6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5d558309
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1ad9501 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6126f9dd (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7fa31e3f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@e9f8709
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63f70e46 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35c9ebf4 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@527c5994 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@20a92b1d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7b778470
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@42de7498
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@42de7498
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38a71d0f (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@134f97e (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@134f97e (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@134f97e (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c12c78 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e63e120 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5ed2de07 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@20618816
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2e4dd28e (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4fc65c86 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@72c819f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2ba19854
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6b38f60c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@200bc8db
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@200bc8db
state: org.eclipse.uml2.uml.internal.impl.StateImpl@31ca9b3 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@5013ef13 (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@6531a247 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6531a247 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6531a247 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@245418aa (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@4fd693d8 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@589e1b24 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7a203a68
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e35fcce (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@586e883 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2d69842c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@56610893
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7634d1d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@59ef7e69
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@59ef7e69
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2b47dace (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2b47dace (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2b47dace (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@db3fcf0 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@570726f2 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6b031b90 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@735e8f7a
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6118b99d (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f4623fa (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7c6a7619 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7b4803b1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5fb88914
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@27a7fc46
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@27a7fc46
state: org.eclipse.uml2.uml.internal.impl.StateImpl@3e09a345 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@21fd87c6 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@21fd87c6 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@21fd87c6 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1ffb8e16 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7c5615c5 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1a3ab01e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4e94784f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@d5cc4b5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6cb719b7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6cb719b7
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7726d683 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7726d683 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7726d683 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@64b6284f (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5f5755d3 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70d1ff6a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@72c6c6f4 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@27676cb3 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@42fb5c41
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@72c6c6f4 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@42fb5c41
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@3daed1db (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@791b41fc
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6505b898 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7d84f92d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@36efcf4f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22840236
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@22840236
state: org.eclipse.uml2.uml.internal.impl.StateImpl@753b444a (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@44ee7523 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@533bdec3 (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@404d901d (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@786637bd (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@16e408b3 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@16e408b3 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@16e408b3 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@525b11fb (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@5c4b9ac3 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4bb4a4e7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@a33be78
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@eda20c (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@70bd50 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6e0db225 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@795a11e2
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@14ca2107
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@386f353c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@386f353c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5735ab9f (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5735ab9f (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5735ab9f (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a91a880 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7978b130 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@401bf499 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1c0f4551
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b6d2bf8 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1720ee94 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@8007fd5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6ec39649
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2cb35282
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@71c5a1ba
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@71c5a1ba
state: org.eclipse.uml2.uml.internal.impl.StateImpl@3212d7d (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6e583f75 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6e583f75 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6e583f75 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@643ef1a3 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4a03789 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@45d02a22 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@766374d
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14467deb (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@115f1c95 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@551aa5a6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@63703c17
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@44febcb7 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2dacbb09 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2d9b0c8f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4fe90daf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@7e431be1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@c79c1b4
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@c79c1b4
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@468c755f (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@17a4c051 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@17a4c051 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@17a4c051 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43c90fc1 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@74b72bee (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6a12d044 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@55473217
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5efb8879 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@13de3013 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6f3242dc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@38902a7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1b3eaef
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2e423504
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2e423504
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47ec2e3b (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47ec2e3b (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47ec2e3b (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@26647b5e (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@44d739d0 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2eac6649 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2483359d
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@213804d8 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5c5ca096 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@110f1b7a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2c1dfb1b
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4de23484 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@740375be (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1d3e748f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5eb89110
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2a2c857
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5d3af3e2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5d3af3e2
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d857ea7 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d857ea7 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d857ea7 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@97d5f2d (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4cb89474 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3e0a3495 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@52580b28
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@31bfa279 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39ac9b0e (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@56edbe32 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@44fefe8c
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@81e3000 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@55b7aee6 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6e90864c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5d290f8c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@244eaa19
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@60d466a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@60d466a
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3b3206ac (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@78d8fbbe (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@78d8fbbe (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@78d8fbbe (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3922e8f3 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@143852b1 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7271e665 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@179841fb
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39d3468b (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6fa826da (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1217a784 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@47d5bba4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@64115acb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5d670d75
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5d670d75
state: org.eclipse.uml2.uml.internal.impl.StateImpl@146150e9 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@48aee58c (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@28932984 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@28932984 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@28932984 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5b2e49a2 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5fa5fccd (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@56590ca5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@31a66022
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@186c5ced
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@ced6eb2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@ced6eb2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6763a7b (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6763a7b (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6763a7b (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@110dc7d8 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11080db1 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ba1efc9
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7a31720f (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@57d4996 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54c9a90d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7a31720f (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@54c9a90d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4082cbfa (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@31d268ef
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5e0cb6ba (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4714fdb7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@119f23b4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3dcb974d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3dcb974d
state: org.eclipse.uml2.uml.internal.impl.StateImpl@52217f4d (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@2bfad444 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@f36087c (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@7d2f9a17 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5c0f652a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5c0f652a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5c0f652a
XXXX: pr_to_pr -> true
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3ffe0eb7 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5ea12c35 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3d674ed8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a5eafdf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@759a9595
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d3d4073
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d3d4073
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@781ed56e]
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@8fb6971 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4fcbf762 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@744ad2c4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@64557447 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3736295d (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2756a83e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@64557447 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2756a83e
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@5a892e2 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4a90395c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4cea8d92 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5eefcb69
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1f117dd4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@672cfad
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@672cfad
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@a5253aa]
variables size: 1
variableName: absence_alarm
variableName not input port: absence_alarm
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 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@36a2b0f5 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2ffbd292 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@796240cf
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@796240cf
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@796240cf
XXXX: in1_to_in1 -> !switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7f0444d8 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7088c91a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7088c91a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7088c91a
XXXX: in1_to_in2 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3dae4b4c (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@476d892e
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@476d892e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@476d892e
XXXX: in2_to_in1 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@271e6525 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6a63e3ef (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@178a8f26
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@178a8f26
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@178a8f26
XXXX: in2_to_in2 -> !switch_current_use
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6441145b (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@a1b1c59 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@9e0ee6b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2172222c
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d7d0995 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@1f563db7 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@114b1b80 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@219828c7
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@48cbcc0 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2a998263 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@63c71bab (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3f9d904
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@62f21f07
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1806079c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1806079c
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@24cb9f6d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@ac03d3, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2006b4b]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@218f7fa9 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18c0c61d (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@777d01c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5733286f
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@d1b7717 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1375b887 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2abb7dc5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@648558ad
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@327038e5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6fb7f461
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6fb7f461
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4f9abafc, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@50da21fe]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1d9f051c (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2f8c9006 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1c5f5f16 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@463ef93f
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23eca301 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68ab0bda (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@eea4e36 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3faca9d5
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@791ef18a (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@49dbd0a8 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@159cbc5b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4f244d3c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@413867f3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@9ca7e3c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@9ca7e3c
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2ce91841, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@51d6c7bd, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@35dfba52]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@54c05462 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3ba96b2 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@91ed47a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@276a33aa
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@715f1061 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@268717fe (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5945ba50 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2fc435b1
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2691e430 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38373ffb (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4c548597 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@42b35811
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6baa9413
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@487cd4df
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@487cd4df
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@14c5fdda, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@755eafbf, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@76ba895c]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@da50c2b (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@10a5a445 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@67223997 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@17ed3278
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@320cb0fa (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@fb6ad72 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@79aed392 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@72e502d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5072ab52
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@253ab0a3
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@253ab0a3
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7a5cc37d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6243af25]
variables size: 3
variableName: current_use
variableName not input port: current_use
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:38 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output
variableName not input port: output
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 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
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 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@5a06fe18 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@11cfd4
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@11cfd4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@11cfd4
XXXX: pr_to_pr -> true
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6640ad4b (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@32965a95 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@11d137a3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@84c351a
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6b05fbad (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6b4756aa (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7333084e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a3e17d7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5e225fae
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@38e42c17
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@38e42c17
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@45a6100, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@30a3d0f5]
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@144e66d7 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2cceb536 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3b17d82a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@ea1517b
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@693ee6a6 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@308089b2 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3553c100 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@31fd7458
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2f68af17
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@66ea6d2e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@66ea6d2e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@56babf4b, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@34ea3aaa]
variables size: 2
variableName: sensed_speed
variableName not input port: sensed_speed
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 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
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:39 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@3231ab2a (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)
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@59eec38c (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4a3da127 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@245ec671 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c3e0d37
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c3e0d37
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c3e0d37
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@c69b447 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@731d5c6e (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@1a852c3e (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f278494
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f278494
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f278494
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e61a53e (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6d49cf5a
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@69e2ca92 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3020bf06 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@431bb469 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@600b804f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6d49cf5a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@600b804f
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@1fc27086 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70c53bcb
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70c53bcb
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70c53bcb
XXXX: t0 -> (approach)&&(z==2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2888081 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@38e10020
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@35b77c51 (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@18f12153 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5e3b2644 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6eebcda3 (op: <)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@35b77c51 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6eebcda3 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@603061db (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@55ef1084
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@55ef1084
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@55ef1084
XXXX: t4 -> !(approach)&&z<2
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1114fe45 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@82797bc (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@16e620c8
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@ffa2f3e (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@392a1e52 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@d04f4bc (op: ==)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@16e620c8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@d04f4bc (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@2ac365b4 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@39c41822
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@39c41822
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@39c41822
XXXX: t1 -> (!approach)&&z==2
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3f877d88 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f31967e
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@7f5266b2 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@31933de4 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@357c7d63 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@16dd9fd4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2f31967e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@16dd9fd4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@7a560c4b (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d1063e7
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d1063e7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d1063e7
XXXX: t2 -> (far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@72898c18 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@14603bd6
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@387d2a5 (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@62827db4 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5cd5d4b0 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@49fefa77 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@74511b17
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@387d2a5 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@74511b17
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@54fb7f4 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@dbd8b3a
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@dbd8b3a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@dbd8b3a
XXXX: t5 -> !(far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5e5d4b10 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7cf9a4e9 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2066f4e6
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@50f360f4 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@64c2b431 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@55ad9aac (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@427b953b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2066f4e6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@427b953b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@9c4a940 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@250aadeb
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@250aadeb
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@250aadeb
XXXX: t6 -> (!far)&&(z<2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7747a50d (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5b87e3e8 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7ea54acf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27ca036
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@48d912b9 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2c2520e9 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7802e490 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1f1896b6
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1fd41336 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1af35a4d (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@753a1be7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2ecc8ed0
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@113e759c (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@119f64c4 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@345fb033 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7e2f1266
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@1c5f1aaa (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@768cf4a1 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3f1b1c6b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@39a195cc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5d4f4218
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4966b87d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4966b87d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3a4e24f1, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@272e7367, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@64bc316b, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@51ca1d1f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1a68c27b]
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@24402f4f (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4d64a37d (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6227c484 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@17e5b321
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@32faccc5 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5a6deeac (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6320281 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3cf4c5dd
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@580caa62 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6d212741 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7b91166e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6151eeec
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5cb3071e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@641224ad
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@641224ad
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5dedf614, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7888bf57, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@32863e52]
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@7ddd20a0 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5d3d4ed0 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@181bad55 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@65f6b50f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@713a5131
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@29ca9b52
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@29ca9b52
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@16da3793]
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@32993a90 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5353f196 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@769b21be (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@18348447
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6382606b (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2f11f2cc (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@28b041 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3c020abf
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4cf3a46c (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6cd4a8ac (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@29bbb7cf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@54007b5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@54c113b5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5117eac0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5117eac0
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@38650bc0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7a535f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@44ad1ee4]
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@7bd7bc2c (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3ff7c20c (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@210e2449 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3621f08
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4512e594
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11066901
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11066901
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6766e945]
variables size: 3
variableName: z
variableName not input port: z
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: lower
variableName not input port: lower
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:41 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: raise
variableName not input port: raise
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 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@6e13c771 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6924db48 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7ed0217b (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@9d264e3
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@9d264e3
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@9d264e3
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6908e0f8 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@604c8b7c (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@39456ccc (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6e8eafc8
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6e8eafc8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6e8eafc8
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75cb1844 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@66d36fe2 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7d077759 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@aede6d4
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@aede6d4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@aede6d4
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@510b8bf1 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2ffdb142 (value: 5)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@14481d1d (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@df96840
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@df96840
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@df96840
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@2ef140aa (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4a408f2f (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@12799d67 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3866505d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3866505d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3866505d
XXXX: t0 -> x>6
XXXX: t5 -> null
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@268a0085 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@442f1802 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@879082d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@631e766f
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1566cca1 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@29b52907 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@69cd747c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7970da24
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5a50126f (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5a2df533 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5841149e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@271f5448
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7d06f9ae (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@48370f50 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1802072c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4562bd70
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f63f7fb (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7fde24c8 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@776d7778 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27b4ddd8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@37f83afa
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4395132e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4395132e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@11d6ccec, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5cc274e4, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4b631f8a, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@22cb93bf, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@55d8aa6]
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2ba59e0c (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@59c77120 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7190173e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5395f22e
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@544753ae (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@366b7677 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@47b3ae63 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3b4b2039
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@557fcedd
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@27c0bcee
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@27c0bcee
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1cb512c, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7d1eefc8]
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1494cfe8 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4025cea4 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5cc9ca2d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1181e1a8
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23d887ff (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@4d662dce (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5fec1eed (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@417e3819
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@26fea8b6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a6ced39
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a6ced39
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2fdf2eb4, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@13182401]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c307bee (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7f7a1401 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@70d25f25 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@66fdcd76
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@29dd254c (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@628f66a (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@64e1bafd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6cff5d6a
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2c48f2fc (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6d12dab9 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@44db3b4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@124faa5a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@797b65fd
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2016c5ec
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2016c5ec
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6b2f8f6e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@124d4083, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@356ca132]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@32ce698f (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@519db92f (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@584a807 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@8d4bd47
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@49172fc3 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@757fb30f (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@551be937 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@78884856
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@81119b3 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7e2475 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@a26271c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@30d614f6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@300a4fde
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@691c9828
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@691c9828
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7582903e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2ecdb0a3, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@665b6809]
variables size: 5
variableName: x
variableName not input port: x
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: approach
variableName not input port: approach
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: exit
variableName not input port: exit
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:42 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: enter
variableName not input port: enter
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: far
variableName not input port: far
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 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@40dca6a7 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2134fb5a (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7446099a (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@15ca4758
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@15ca4758
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@15ca4758
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1b3f26e6 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5c935812 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6666bd09 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7ef20811
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7ef20811
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7ef20811
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1341c10f (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3d2a07c8 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@720665ef (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2c136abd
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2c136abd
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2c136abd
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2338218d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7a1b10a3 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@3a13edd8 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5d5166f9
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5d5166f9
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5d5166f9
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@46133a7f (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2b305580 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b659051
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1298800a (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4d0790e4 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@64324091 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2312b35e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b659051
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2312b35e
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@75dcefe6 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@324979be
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@324979be
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@324979be
XXXX: tr0 -> (!lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@a9677ee (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@78c71f44
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3e9ded1d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@38aad5ae (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@1baec52 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@41c7fe1e
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@78c71f44
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@41c7fe1e
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@10e3163e (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3146feee
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3146feee
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3146feee
XXXX: tr1 -> (lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@58e3007b (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7a30fee1 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70f7d7a0
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d23c39c (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2d83e69b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@50b9c23c (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ebd555c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@70f7d7a0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1ebd555c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@6d714a34 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2b96cbe1
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2b96cbe1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2b96cbe1
XXXX: tr6 -> (!lower)&&(y<2)
XXXX: tr2 -> null
XXXX: tr7 -> null
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b60c23f (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7ed0aa8d (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@318cfa61
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@60fcf70b (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6d80b011 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@167ffbee (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@407654b2
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@318cfa61
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@407654b2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@47b5b718 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4432a271
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4432a271
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4432a271
XXXX: tr3 -> (!raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b5d2998 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4fa0b486
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@378ac462 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@357f3aa9 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@77acc477 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3de25a80
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4fa0b486
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3de25a80
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@5c2a308a (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@77cea735
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@77cea735
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@77cea735
XXXX: tr4 -> (raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c898bb2 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@73e4dd4a (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@9718aa0
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@36433b9d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@3697e2fc (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@63cc77e9 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@66edc5ba
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@9718aa0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@66edc5ba
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@49dd9529 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3de05dbe
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3de05dbe
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3de05dbe
XXXX: tr8 -> (!raise)&&(y<2)
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1dceb5f (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@326d5e36 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@6051ace3 (op: >=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b605489
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b605489
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6b605489
XXXX: tr5 -> y>=1
XXXX: tr9 -> null
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39a4de65 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@207d9073 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1489b170 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3f2beb6e
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@20e34d18 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6c51af7f (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@350a81b4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@551a7ce0
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6f2b60d6 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@e60101b (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6f863742 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@697dab2e
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5d644b07 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@538a7878 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@d68796c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@9488734
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@768bc969 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@76422678 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@38af92c5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7593c3c3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5dfb8c99
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3283215e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3283215e
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@131c4278, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@557ff8db, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2feab262, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6951e75e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@182f778e]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a88eb7d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5d875a7e (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@64d25670 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@46328bb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@79cdf849
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@114e33f2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@114e33f2
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@28348206]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@69d57e34 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1ab1b155 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@dafb9c4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5d9085d3
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f76748b (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@85a4529 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@78cbac7f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@21ac00a8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@d52ea3a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@36fcc260
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@36fcc260
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@119c24ed, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7fc546c9]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d3eb180 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6aebb2bf (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5e43edcc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3d4a6a6a
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75b07ef2 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@42f954b1 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@315ecaf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6de2cf9d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1bd37b3d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@12de3698
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@12de3698
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4108acc0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@828d80]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@52e1032d (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6f02e3af (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2a3a1835 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7b8f7f74
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@212de343
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@55d08680
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@55d08680
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1db26124]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@21e36b54 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4bafca80 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2ecb280f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@bc9d0be
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@314aa358 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@404943b (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@73f85fe4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@36f12d05
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@52c508e0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@37724ab2
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@37724ab2
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6fe98a3, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1553a80c]
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e0e7371 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7f27e11e (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5486b99c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a68eaa8
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6700876f (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@276fa580 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4644a2a8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1b242d62
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@78fcfa96
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1e2a115d
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1e2a115d
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3e4d9661, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@431c128b]
variables size: 3
variableName: y
variableName not input port: y
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: up
variableName not input port: up
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:43 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: down
variableName not input port: down
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 ERROR TextRegionAccessBuildingSequencer:231 - Root has no XtextResource. This is likely to cause follow-up errors
2023-04-13 08:32:44 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: 14.206 s - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless
testImportModelFromOssFile(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.084 s
testExportBlocksAsK2(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.962 s
testExportBlocksAsPy(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.068 s
testExportAsyncModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.867 s
testExportAsyncHybridModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.18 s
testFaultExtensionsGenerator(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.944 s
testExportModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.845 s
testExportStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.668 s
testFaultExtensionsGeneratorAcceleo(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.144 s
testExportTimedStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 3.418 s
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations

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

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

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

(SWT:849): Gtk-WARNING **: 08:32:44.959: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@25c44d86 (name: modelSystemView, visibility: <unset>) (URI: null)
num diagrams: 2
resultsGeneratorService
diagramDescriptors
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.128 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: 2.729 s
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.002 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.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews
testcreateViews(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews) 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 basicHeadless/Controller_StateMachine1.smv
[INFO] Copying file basicHeadless/Train_StateMachine1.smv
[INFO] Copying file basicHeadless/Gate_StateMachine1.smv
[INFO] Copying file basic/SpeedSensor_faultSpeedSensor_SMD.svg
[INFO] Copying file basic/SpeedSensor_SpeedSensorSM_SMD.svg
[INFO] Copying file basic/document.html
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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 6.2 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 44 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 68 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 8.3 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 443 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 1.5 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 2.2 MB/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 452 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.3 kB at 132 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 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.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 52 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 187 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 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom (1.3 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom (1.9 kB at 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.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 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.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 67 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 81 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 114 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.4 kB at 59 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 241 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 77 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 130 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 169 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 44 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 99 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 291 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 111 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 129 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 332 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 117 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 27 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 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/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 69 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 129 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.0 kB at 92 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 351 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.1 kB at 34 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 100 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 245 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 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 286 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 286 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 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.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 245 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 346 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 346 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 69 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 288 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 69 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 102 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 289 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 91 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 289 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 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.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 86 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 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.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 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.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 105 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 163 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 39 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.0 kB at 204 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 342 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 107 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 90 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 95 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 157 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 87 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 173 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 87 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 157 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 102 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 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.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 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 192 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 77 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 122 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 57 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 120 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 92 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.1 kB at 35 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 162 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 323 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 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.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 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.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 277 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 323 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 324 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 326 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 151 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 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.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 280 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 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.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 70 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 280 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 103 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 280 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 55 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 391 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 327 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 308 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 119 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 179 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 (920 B at 131 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 81 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 215 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 107 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 138 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 21 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 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.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 279 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 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.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 279 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 279 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 217 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 244 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 93 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 279 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 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.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 140 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.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 (908 B at 48 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 308 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 166 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 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.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 166 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 60 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 272 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 311 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 136 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 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.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 104 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 181 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 84 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 155 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 331 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 24 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 162 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 55 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 99 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 321 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 87 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 (851 B at 122 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 80 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 96 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 289 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 257 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 180 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 146 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 259 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 389 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 167 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 292 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 292 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 36 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 76 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 259 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 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/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 (779 B at 30 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 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom (2.1 kB at 353 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 45 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 133 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 152 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 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.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 152 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 237 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 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.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 356 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 357 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 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.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 425 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 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 351 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 102 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 318 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 530 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 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 125 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 55 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 214 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 158 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 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 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.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 376 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 77 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 427 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 143 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 32 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 311 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.0 kB at 28 kB/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 140 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 (817 B at 74 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 48 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 81 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 59 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 242 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 25 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 178 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 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.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 280 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 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom (2.0 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.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 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.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 281 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom (2.0 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 196 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (816 B at 45 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 43 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 92 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 39 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 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.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 72 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 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.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 329 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 32 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 144 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 97 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 47 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 288 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 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.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 38 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 252 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 359 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 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom (2.5 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom (2.5 kB at 47 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 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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 317 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 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.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 121 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 45 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 362 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 181 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 211 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 421 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 195 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 533 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 104 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 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml (1.2 kB at 99 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 155 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 (908 B at 76 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 129 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 (852 B at 66 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 272 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 238 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 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.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 147 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 318 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 321 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 321 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 321 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 275 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 101 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 320 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 242 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 72 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 263 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 316 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 345 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 230 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 347 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 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom (2.4 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 272 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 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 204 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 245 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 350 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 350 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 223 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 214 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 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 132 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 126 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 220 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 440 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 377 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 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 377 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 166 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 88 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 177 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 266 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 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 221 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 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 190 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 379 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 147 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 379 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 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.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 69 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 396 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 85 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 188 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.2 kB at 69 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 316 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.0 kB at 68 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 264 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 (716 B at 65 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 275 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 321 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 240 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 321 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 277 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 277 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 277 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 277 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 102 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 324 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 323 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 115 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.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 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.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 438 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 438 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 378 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 441 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 294 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 441 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 166 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 529 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 441 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 441 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 441 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 529 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 441 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 532 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 378 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 88 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 378 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 112 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 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[INFO] 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.1 kB at 60 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 370 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 432 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 369 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 323 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 112 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 434 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 434 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 174 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 163 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 372 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 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.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 124 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 260 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 372 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 326 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 434 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 130 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 372 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 434 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 105 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 394 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 336 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 124 kB/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 395 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 287 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 451 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 526 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 451 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 451 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 351 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 397 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 454 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 353 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 529 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 529 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 453 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 529 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 453 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 453 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 454 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 454 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 453 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 453 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 453 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 199 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 490 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 429 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 502 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 76 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 42 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 93 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 145 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 493 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 168 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.0 kB at 168 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 361 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 271 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 7.8 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 12 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 375 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 1.8 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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.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 9.1 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 13 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 342 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 224 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 65 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 18 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 171 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 90 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 46 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 47 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 57 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 523 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 72 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 151 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 126 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 103 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 1.6 MB/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 516 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 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.12.1/org.eclipse.emf.mwe2.launch-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.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] 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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.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/log4j/log4j/1.2.16/log4j-1.2.16.jar (482 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.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/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar (369 kB at 6.1 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.28.0/org.eclipse.emf.common-2.28.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.28.0/org.eclipse.emf.common-2.28.0.jar (388 kB at 3.9 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.18.200/org.eclipse.core.resources-3.18.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.1/org.eclipse.emf.mwe2.runtime-2.12.1.jar (15 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.expressions/3.8.200/org.eclipse.core.expressions-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.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.jar (96 kB at 882 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.jar (73 kB at 649 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.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/jdt/ecj/3.33.0/ecj-3.33.0.jar
[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.jar (914 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.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 4.7 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.20.100/org.eclipse.jdt.debug-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.launch/2.12.1/org.eclipse.emf.mwe2.launch-2.12.1.jar (22 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.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.jar (584 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.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.jar
[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.jar (4.2 MB at 15 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.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar (36 kB at 122 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.33.0/org.eclipse.emf.ecore-2.33.0.jar
[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.jar (3.2 MB 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.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/org.eclipse.jdt.debug/3.20.100/org.eclipse.jdt.debug-3.20.100.jar (941 kB at 3.1 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/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar (1.1 MB at 3.4 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/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.jar (410 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.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/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 164 kB/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 102 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 509 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.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 19 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.jar
[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.jar (1.4 MB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.jar (139 kB at 345 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/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.jar (119 kB at 293 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.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 89 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.200/org.eclipse.core.jobs-3.13.200.jar
[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.jar (76 kB at 184 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.200/org.eclipse.equinox.registry-3.11.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.jar (201 kB at 477 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar (104 kB at 245 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.jar (93 kB at 217 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.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.jar (117 kB at 272 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/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 47 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 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 27 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 69 kB/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 24 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 3.1 MB/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 500 kB/s)
[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 61 kB/s)
[WARNING] No project file found for /opt/tools/apache-maven/3.9.0/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.26.100/org.eclipse.core.runtime-3.26.100.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.33.0/org.eclipse.emf.ecore-2.33.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.5.100/org.eclipse.core.variables-3.5.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.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.18.200/org.eclipse.core.resources-3.18.200.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.8.200/org.eclipse.core.expressions-3.8.200.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.10.400/org.eclipse.core.commands-3.10.400.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.8.200/org.eclipse.core.contenttype-3.8.200.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.10.200/org.eclipse.equinox.preferences-3.10.200.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.11.200/org.eclipse.equinox.registry-3.11.200.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.9.500/org.eclipse.core.filesystem-1.9.500.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.13.200/org.eclipse.core.jobs-3.13.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.6.200/org.eclipse.equinox.app-1.6.200.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.20.100/org.eclipse.debug.core-3.20.100.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.28.0/org.eclipse.emf.common-2.28.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.33.0/org.eclipse.jdt.core-3.33.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.19.900/org.eclipse.jdt.launching-3.19.900.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.0/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.8.200/org.eclipse.core.contenttype-3.8.200.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.19.900/org.eclipse.jdt.launching-3.19.900.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.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.8.200/org.eclipse.core.expressions-3.8.200.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.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.5.100/org.eclipse.core.variables-3.5.100.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.26.100/org.eclipse.core.runtime-3.26.100.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.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.13.200/org.eclipse.core.jobs-3.13.200.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.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.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.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.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.18.200/org.eclipse.core.resources-3.18.200.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.33.0/org.eclipse.jdt.core-3.33.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.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.20.100/org.eclipse.debug.core-3.20.100.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.6.200/org.eclipse.equinox.app-1.6.200.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.11.200/org.eclipse.equinox.registry-3.11.200.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 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.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.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 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.9.500/org.eclipse.core.filesystem-1.9.500.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.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.10.200/org.eclipse.equinox.preferences-3.10.200.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.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.28.0/org.eclipse.emf.common-2.28.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.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.33.0/org.eclipse.emf.ecore-2.33.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.10.400/org.eclipse.core.commands-3.10.400.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.26.100/org.eclipse.core.runtime-3.26.100.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.33.0/org.eclipse.emf.ecore-2.33.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.5.100/org.eclipse.core.variables-3.5.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.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.18.200/org.eclipse.core.resources-3.18.200.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.8.200/org.eclipse.core.expressions-3.8.200.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.10.400/org.eclipse.core.commands-3.10.400.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.8.200/org.eclipse.core.contenttype-3.8.200.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.10.200/org.eclipse.equinox.preferences-3.10.200.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.11.200/org.eclipse.equinox.registry-3.11.200.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.9.500/org.eclipse.core.filesystem-1.9.500.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.13.200/org.eclipse.core.jobs-3.13.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.6.200/org.eclipse.equinox.app-1.6.200.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.20.100/org.eclipse.debug.core-3.20.100.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.28.0/org.eclipse.emf.common-2.28.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.33.0/org.eclipse.jdt.core-3.33.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.19.900/org.eclipse.jdt.launching-3.19.900.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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ide at 'file:/home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ui at 'file:/home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/'
[INFO] Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
[INFO] Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
920  [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating org.polarsys.chess.xtext.FlaDsl
1786 [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'
9016 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating common infrastructure
9045 [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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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.
[JENKINS] Recording test results
[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 

[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 

[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.patterns ---

[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/surefire.properties]
Running org.polarsys.chess.test.runtime.tests.AllTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.039 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
Running org.polarsys.chess.test.runtime.tests.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 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.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.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
testApplyCHESSStereotype(org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype) skipped

Results:

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

[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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 ---
[JENKINS] Recording test results[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.chess.customEditors ---

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

[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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 ---
[JENKINS] Recording test results[INFO] 
[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/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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.
[JENKINS] Recording test results
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.edit ---

[INFO] Building jar: /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[INFO]   from ../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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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.
[JENKINS] Recording test results[INFO] 
[INFO] --- tycho-packaging:2.4.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.editor ---

[INFO] Building jar: /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/target/test-classes
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.polarsys.chess.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.bundles/1.0.0-SNAPSHOT/org.polarsys.chess.bundles-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.features >-----------
[INFO] Building org.polarsys.chess.features 1.0.0-SNAPSHOT              [63/67]
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/features/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/features/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/target/test-classes
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.polarsys.chess.features ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.features/1.0.0-SNAPSHOT/org.polarsys.chess.features-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.feature >------------
[INFO] Building org.polarsys.chess.feature 1.0.0-SNAPSHOT               [64/67]
[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.202304130827
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2: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/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2: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/67]
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/target/test-classes
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ org.polarsys.chess.releng ---
[INFO] Installing /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.releng/1.0.0-SNAPSHOT/org.polarsys.chess.releng-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.polarsys.chess.target:org.polarsys.chess.target.2021-03 >-----
[INFO] Building org.polarsys.chess.target.2021-03 1.0.0-SNAPSHOT        [66/67]
[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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/67]
[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.202304130827
[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 18 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 503 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] 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 7.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 134 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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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] Reactor Summary for org.polarsys.chess.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.polarsys.chess.configuration ................... SUCCESS [  5.918 s]
[INFO] org.polarsys.chess.parent .......................... SUCCESS [  0.160 s]
[INFO] org.polarsys.chess.chessmlprofile .................. SUCCESS [  9.579 s]
[INFO] org.polarsys.chess.core ............................ SUCCESS [  2.388 s]
[INFO] org.polarsys.chess.contracts.profile ............... SUCCESS [  2.438 s]
[INFO] org.polarsys.chess.service ......................... SUCCESS [  2.108 s]
[INFO] org.polarsys.chess.contracts.chessextension ........ SUCCESS [  2.188 s]
[INFO] org.polarsys.chess.contracts.contractEditor ........ SUCCESS [  2.108 s]
[INFO] org.polarsys.chess.contracts.contractPropertyManager SUCCESS [  1.874 s]
[INFO] org.polarsys.chess.contracts.integration ........... SUCCESS [  0.851 s]
[INFO] org.polarsys.chess.contracts.refinementView ........ SUCCESS [  1.800 s]
[INFO] org.polarsys.chess.smvExporter ..................... SUCCESS [  2.258 s]
[INFO] org.polarsys.chess.contracts.verificationService ... SUCCESS [  2.207 s]
[INFO] org.polarsys.chess.contracts.safetyAnalysis ........ SUCCESS [  2.173 s]
[INFO] org.polarsys.chess.validator ....................... SUCCESS [  2.035 s]
[INFO] org.polarsys.chess.contracts.validation ............ SUCCESS [  1.875 s]
[INFO] org.polarsys.chess.contracts.transformations ....... SUCCESS [  2.445 s]
[INFO] org.polarsys.chess.diagram.ui ...................... SUCCESS [  2.453 s]
[INFO] org.polarsys.chess.diagramsCreator ................. SUCCESS [  2.527 s]
[INFO] org.polarsys.chess.OSSImporter ..................... SUCCESS [  2.549 s]
[INFO] org.polarsys.chess.contracts.verificationService.test.runtime SUCCESS [01:15 min]
[INFO] org.polarsys.chess.contracts.hierarchicalContractView SUCCESS [  1.986 s]
[INFO] org.polarsys.chess.fla.flamm ....................... SUCCESS [  0.849 s]
[INFO] org.polarsys.chess.fla.flaxml ...................... SUCCESS [  0.763 s]
[INFO] org.polarsys.chess.m2m ............................. SUCCESS [  2.392 s]
[INFO] org.polarsys.chess.fla ............................. SUCCESS [  2.273 s]
[INFO] org.polarsys.chess.fla.faultTreeGenerator .......... SUCCESS [  1.566 s]
[INFO] org.polarsys.chess.fla.transformations ............. SUCCESS [  1.395 s]
[INFO] org.polarsys.chess.xtext.global .................... SUCCESS [  0.557 s]
[INFO] org.polarsys.chess.xtext.fladsl .................... SUCCESS [ 26.759 s]
[INFO] org.polarsys.chess.xtext.fladsl.ide ................ SUCCESS [  1.729 s]
[INFO] org.polarsys.chess.xtext.fladsl.ui ................. SUCCESS [  1.806 s]
[INFO] org.polarsys.chess.checkers ........................ SUCCESS [  2.399 s]
[INFO] org.polarsys.chess.cleanCExporter .................. SUCCESS [  1.980 s]
[INFO] org.polarsys.chess.monitoring ...................... SUCCESS [  1.774 s]
[INFO] org.polarsys.chess.multicore ....................... SUCCESS [  2.237 s]
[INFO] org.polarsys.chess.codegen.ada ..................... SUCCESS [  2.176 s]
[INFO] org.polarsys.chess.commands ........................ SUCCESS [  1.836 s]
[INFO] org.polarsys.chess.constraints.constraintEditor .... SUCCESS [  2.075 s]
[INFO] org.polarsys.chess.functionBehaviors.functionBehaviorEditor SUCCESS [  1.317 s]
[INFO] org.polarsys.chess.monitoring.edit ................. SUCCESS [  1.532 s]
[INFO] org.polarsys.chess.monitoring.editor ............... SUCCESS [  1.642 s]
[INFO] org.polarsys.chess.monitoring.tests ................ SUCCESS [  1.451 s]
[INFO] org.polarsys.chess.paramArchConfigurator ........... SUCCESS [  2.456 s]
[INFO] org.polarsys.chess.patterns.profile ................ SUCCESS [  0.645 s]
[INFO] org.polarsys.chess.patterns.library ................ SUCCESS [  0.789 s]
[INFO] org.polarsys.chess.patterns ........................ SUCCESS [  2.055 s]
[INFO] org.polarsys.chess.properties.propertyEditor ....... SUCCESS [  1.927 s]
[INFO] org.polarsys.chess.tabbedproperties ................ SUCCESS [  2.335 s]
[INFO] org.polarsys.chess.test.runtime .................... SUCCESS [  7.422 s]
[INFO] org.polarsys.chess.tradeoffAnalysis ................ SUCCESS [  2.436 s]
[INFO] org.polarsys.chess.wizards ......................... SUCCESS [  1.643 s]
[INFO] org.polarsys.chess.customEditors ................... SUCCESS [  2.150 s]
[INFO] org.polarsys.chess.statebased ...................... SUCCESS [  2.139 s]
[INFO] org.polarsys.chess.fla.FPTC2FLABehavior ............ SUCCESS [  0.475 s]
[INFO] org.polarsys.chess.mainmenu ........................ SUCCESS [  0.666 s]
[INFO] org.polarsys.chess.mobius.preferences .............. SUCCESS [  0.727 s]
[INFO] org.polarsys.chess.mobius.model .................... SUCCESS [  0.944 s]
[INFO] org.polarsys.chess.mobius .......................... SUCCESS [  1.810 s]
[INFO] org.polarsys.chess.mobius.model.edit ............... SUCCESS [  0.782 s]
[INFO] org.polarsys.chess.mobius.model.editor ............. SUCCESS [  0.866 s]
[INFO] org.polarsys.chess.bundles ......................... SUCCESS [  0.150 s]
[INFO] org.polarsys.chess.features ........................ SUCCESS [  0.104 s]
[INFO] org.polarsys.chess.feature ......................... SUCCESS [  2.650 s]
[INFO] org.polarsys.chess.releng .......................... SUCCESS [  0.107 s]
[INFO] org.polarsys.chess.target.2021-03 .................. SUCCESS [  0.152 s]
[INFO] org.polarsys.chess.repository.2021-03 .............. SUCCESS [  6.705 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:40 min
[INFO] Finished at: 2023-04-13T08:35:02Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/pom.xml to org.polarsys.chess/org.polarsys.chess.features/1.0.0-SNAPSHOT/org.polarsys.chess.features-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/pom.xml to org.polarsys.chess/org.polarsys.chess.parent/1.0.0-SNAPSHOT/org.polarsys.chess.parent-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/pom.xml to org.polarsys.chess/org.polarsys.chess.bundles/1.0.0-SNAPSHOT/org.polarsys.chess.bundles-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/pom.xml to org.polarsys.chess/org.polarsys.chess.releng/1.0.0-SNAPSHOT/org.polarsys.chess.releng-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/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/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml to org.polarsys.chess/org.polarsys.chess.configuration/1.0.0-SNAPSHOT/org.polarsys.chess.configuration-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2artifacts.xml
channel stopped
[merge-branch-x-to-devel] $ /bin/sh -xe /tmp/jenkins15784672564746891856.sh
+ git config user.name chess-bot
+ git config user.email chess-bot@eclipse.org
+ git push ssh://git@gitlab.eclipse.org/eclipse/chess/chess HEAD:devel
remote: Commit: 708d65b0b071fa729b7f44dbfa0dc1c465532521		✔        
remote: 
remote: 	Commit was previously validated, skipping processing        
remote: 
remote: 
remote: More information is available at https://api.eclipse.org/git/eca/status/bae73003f182064a9d073fd3a697037e/ui        
To ssh://gitlab.eclipse.org/eclipse/chess/chess
   c8321a8b..708d65b0  HEAD -> devel
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 56 killed;
[ssh-agent] Stopped.
Finished: SUCCESS