Skip to content
Failed

Console Output

Branch indexing
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-67b3f8e25843c675047b4e3d12302d82/.git # timeout=10
Setting origin to https://github.com/gemoc/gemoc-studio-eclipse-integration.git
 > git config remote.origin.url https://github.com/gemoc/gemoc-studio-eclipse-integration.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
 > git config --get remote.origin.url # timeout=10
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/bump-melange
Seen branch in repository origin/concurrency-analysis
Seen branch in repository origin/master
Seen branch in repository origin/maven_3.9.x
Seen branch in repository origin/moveConcurrentTimeline
Seen 5 remote branches
Obtained Jenkinsfile from 3dbaa4ae3157e8bc8e71ea180037d978be3f0714
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘gemoc-buildpod’
Agent gemoc-buildpod-dhs5d-jjfvz is provisioned from template gemoc-buildpod-dhs5d
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.gemoc.svc.cluster.local/gemoc/job/gemoc-studio-integration/job/moveConcurrentTimeline/7/"
    runUrl: "job/gemoc-studio-integration/job/moveConcurrentTimeline/7/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "98434fc0f26f7b90d7ddbd714588a1a32f0f27d4"
    jenkins/label: "gemoc-buildpod"
  name: "gemoc-buildpod-dhs5d-jjfvz"
  namespace: "gemoc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gemoc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "gemoc-buildpod-dhs5d-jjfvz"
    - name: "JENKINS_NAME"
      value: "gemoc-buildpod-dhs5d-jjfvz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gemoc.svc.cluster.local/gemoc/"
    image: "gemoc/gemoc-jenkins-fat-agent:2023-06-14"
    name: "jnlp"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2000m"
      requests:
        memory: "4Gi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-gemoc"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on gemoc-buildpod-dhs5d-jjfvz in /home/jenkins/agent/workspace/gemoc-studio-integration_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/gemoc/gemoc-studio-eclipse-integration.git
 > git init /home/jenkins/agent/workspace/gemoc-studio-integration_master # timeout=10
Avoid second fetch
Checking out Revision 3dbaa4ae3157e8bc8e71ea180037d978be3f0714 (master)
Fetching upstream changes from https://github.com/gemoc/gemoc-studio-eclipse-integration.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
 > git fetch --no-tags --force --progress -- https://github.com/gemoc/gemoc-studio-eclipse-integration.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/gemoc/gemoc-studio-eclipse-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3dbaa4ae3157e8bc8e71ea180037d978be3f0714 # timeout=10
Commit message: "[gemoc-studio#master] Bump guava (#296)"
 > git rev-list --no-walk 5993bfbf66e5ec5eaed80ba824c31e894b0b3ee7 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.gemoc-studio.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio.path # timeout=10
 > git config --get submodule.gemoc-studio-modeldebugging.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio-modeldebugging.path # timeout=10
 > git config --get submodule.gemoc-studio-execution-ale.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio-execution-ale.path # timeout=10
 > git config --get submodule.gemoc-studio-execution-moccml.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio-execution-moccml.path # timeout=10
 > git config --get submodule.gemoc-studio-moccml.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio-moccml.path # timeout=10
 > git config --get submodule.gemoc-studio-execution-java.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio-execution-java.path # timeout=10
 > git config --get submodule.gemoc-studio-commons.url # timeout=10
 > git config -f .gitmodules --get submodule.gemoc-studio-commons.path # timeout=10
 > git submodule update --init --recursive gemoc-studio # timeout=10
 > git submodule update --init --recursive gemoc-studio-modeldebugging # timeout=10
 > git submodule update --init --recursive gemoc-studio-execution-ale # timeout=10
 > git submodule update --init --recursive gemoc-studio-execution-moccml # timeout=10
 > git submodule update --init --recursive gemoc-studio-moccml # timeout=10
 > git submodule update --init --recursive gemoc-studio-execution-java # timeout=10
 > git submodule update --init --recursive gemoc-studio-commons # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 5 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
Content of the workspace before Checkout
[Pipeline] sh
+ ls -lsa
total 80
 4 drwxr-sr-x. 12 jenkins 1001900000  4096 Oct 18 14:30 .
 0 drwxr-sr-x.  4 jenkins 1001900000   110 Oct 18 14:31 ..
 4 drwxr-sr-x.  9 jenkins 1001900000  4096 Oct 18 14:30 gemoc-studio
 4 drwxr-sr-x. 11 jenkins 1001900000  4096 Oct 18 14:31 gemoc-studio-commons
 4 drwxr-sr-x. 10 jenkins 1001900000  4096 Oct 18 14:31 gemoc-studio-execution-ale
 4 drwxr-sr-x.  8 jenkins 1001900000  4096 Oct 18 14:31 gemoc-studio-execution-java
 4 drwxr-sr-x. 11 jenkins 1001900000  4096 Oct 18 14:31 gemoc-studio-execution-moccml
 4 drwxr-sr-x.  7 jenkins 1001900000  4096 Oct 18 14:31 gemoc-studio-moccml
 4 drwxr-sr-x. 11 jenkins 1001900000  4096 Oct 18 14:30 gemoc-studio-modeldebugging
 0 drwxr-sr-x.  9 jenkins 1001900000   177 Oct 18 14:30 .git
 0 drwxr-sr-x.  3 jenkins 1001900000    23 Oct 18 14:30 .github
 4 -rw-r--r--.  1 jenkins 1001900000   277 Oct 18 14:30 .gitignore
 4 -rw-r--r--.  1 jenkins 1001900000  1040 Oct 18 14:30 .gitmodules
16 -rw-r--r--.  1 jenkins 1001900000 14858 Oct 18 14:30 Jenkinsfile
16 -rw-r--r--.  1 jenkins 1001900000 14199 Oct 18 14:30 LICENSE
 4 -rw-r--r--.  1 jenkins 1001900000   225 Oct 18 14:30 .project
 4 -rw-r--r--.  1 jenkins 1001900000  1001 Oct 18 14:30 README.md
 0 drwxr-sr-x.  3 jenkins 1001900000    35 Oct 18 14:30 releng-scripts
[Pipeline] sh
+ echo /home/jenkins
/home/jenkins
[Pipeline] sh
+ ls -lsa /home/jenkins
total 8
0 drwxrwxr-x. 1 root root         42 Oct 18 14:30 .
0 drwxr-xr-x. 1 root root         21 May  5 10:51 ..
0 drwxrwsrwx. 5 root 1001900000   53 Oct 18 14:31 agent
0 drwx------. 3 root root         17 Jun 14 14:42 .cache
0 drwxr-xr-x. 3 root root         95 Oct 18 14:30 .m2
4 -rwxr-xr-x. 1 root root       3798 Jun  1 13:31 memory-monitor-per-process.py
0 drwxrwsrwx. 3 root 1001900000   79 Oct 18 14:30 .ssh
0 drwxrwxr-x. 1 root root         25 May  3 21:23 .vnc
4 -rw-r--r--. 1 root root        176 Jun 14 14:42 .wget-hsts
[Pipeline] sh
+ ls -lsa /home/jenkins/agent
total 0
0 drwxrwsrwx. 5 root    1001900000  53 Oct 18 14:31 .
0 drwxrwxr-x. 1 root    root        42 Oct 18 14:30 ..
0 drwxr-sr-x. 3 jenkins 1001900000  26 Oct 18 14:31 caches
0 drwxr-sr-x. 4 jenkins 1001900000  34 Oct 18 14:30 remoting
0 drwxr-sr-x. 4 jenkins 1001900000 110 Oct 18 14:31 workspace
[Pipeline] sh
+ ls -lsa /usr/share/javafx-sdk-17.0.2
total 6468
   0 drwxrwxr-x. 4 root root      45 Jan 19  2022 .
   0 drwxr-xr-x. 1 root root      31 Jun 14 14:42 ..
   0 drwxrwxr-x. 9 root root     148 Jan 19  2022 legal
   4 drwxrwxr-x. 2 root root    4096 Jan 19  2022 lib
6464 -rw-rw-r--. 1 root root 6617938 Jan 19  2022 src.zip
[Pipeline] sh
+ chmod 777 ./gemoc-studio/dev_support/jenkins/showGitBranches.sh
[Pipeline] sh
+ ./gemoc-studio/dev_support/jenkins/showGitBranches.sh .
##### BRANCH SUMMARY ####
gemoc-studio is on branch HEAD
gemoc-studio-commons is on branch HEAD
gemoc-studio-execution-ale is on branch HEAD
gemoc-studio-execution-java is on branch HEAD
gemoc-studio-execution-moccml is on branch HEAD
gemoc-studio-moccml is on branch HEAD
gemoc-studio-modeldebugging is on branch HEAD
releng-scripts is on branch HEAD
[Pipeline] sh
+ cat .gitmodules
[submodule "gemoc-studio"]
	path = gemoc-studio
	url = https://github.com/eclipse/gemoc-studio.git
	branch = master
[submodule "gemoc-studio-modeldebugging"]
	path = gemoc-studio-modeldebugging
	url = https://github.com/eclipse/gemoc-studio-modeldebugging.git
	branch = master
[submodule "gemoc-studio-execution-ale"]
	path = gemoc-studio-execution-ale
	url = https://github.com/eclipse/gemoc-studio-execution-ale.git
	branch = master
[submodule "gemoc-studio-execution-moccml"]
	path = gemoc-studio-execution-moccml
	url = https://github.com/eclipse/gemoc-studio-execution-moccml.git
	branch = master
[submodule "gemoc-studio-moccml"]
	path = gemoc-studio-moccml
	url = https://github.com/eclipse/gemoc-studio-moccml.git
	branch = master
[submodule "gemoc-studio-execution-java"]
	path = gemoc-studio-execution-java
	url = https://github.com/eclipse/gemoc-studio-execution-java.git
	branch = master
[submodule "gemoc-studio-commons"]
	path = gemoc-studio-commons
	url = https://github.com/eclipse/gemoc-studio-commons.git
	branch = master
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate protocols)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/generators/ts/JSONSchema2APIProtocolGenerator
[Pipeline] {
[Pipeline] sh
+ npm config ls
; node bin location = /usr/bin/node
; node version = v20.2.0
; npm local prefix = /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/generators/ts/JSONSchema2APIProtocolGenerator
; npm version = 9.6.6
; cwd = /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/generators/ts/JSONSchema2APIProtocolGenerator
; HOME = /home/jenkins
; Run `npm config ls -l` to show all defaults.
[Pipeline] sh
+ npm install
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 

added 8 packages, and audited 9 packages in 981ms

found 0 vulnerabilities
[Pipeline] sh
+ npm run build

> json-schema-2-api-protocol-generator@0.0.1 build
> tsc -p .

[Pipeline] sh
+ npm run generate

> json-schema-2-api-protocol-generator@0.0.1 generate
> node ./dist/Generator.js ./generator_config.json

┌────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│        (index)         │                                                                            destFileName                                                                             │
├────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│      protocolName      │                                                                                                                                                                     │
│   protocolShortName    │                                                                                                                                                                     │
│ protocolJSONSchemaPath │                                                                                                                                                                     │
│         tsAPI          │                               '../../../engine_addon_protocol/ts/org.eclipse.gemoc.protocols.eaop.api/src-gen/EngineAddonProtocol.ts'                               │
│       javaServer       │ '../../../engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/services/IEngineAddonProtocolServer.java' │
│       javaClient       │ '../../../engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/services/IEngineAddonProtocolClient.java' │
│        javaAPI         │    '../../../engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend'    │
│        plantuml        │                                              '../../../engine_addon_protocol/docs/images/EngineAddonProtocol.plantuml'                                              │
└────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────┬────────────────────────────────────────┬────────┐
│        (index)         │              packageName               │ Values │
├────────────────────────┼────────────────────────────────────────┼────────┤
│      protocolName      │                                        │        │
│   protocolShortName    │                                        │        │
│ protocolJSONSchemaPath │                                        │        │
│         tsAPI          │                                        │        │
│       javaServer       │ 'org.eclipse.gemoc.protocols.eaop.api' │        │
│       javaClient       │ 'org.eclipse.gemoc.protocols.eaop.api' │        │
│        javaAPI         │ 'org.eclipse.gemoc.protocols.eaop.api' │        │
│        plantuml        │                                        │        │
└────────────────────────┴────────────────────────────────────────┴────────┘
*****
***** Generate TS API for EngineAddonProtocol
Saved ../../../engine_addon_protocol/ts/org.eclipse.gemoc.protocols.eaop.api/src-gen/EngineAddonProtocol.ts
*****
***** Generate IEngineAddonProtocolServer.java
Saved ../../../engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/services/IEngineAddonProtocolServer.java
*****
***** Generate IEngineAddonProtocolClient.java
Saved ../../../engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/services/IEngineAddonProtocolClient.java
*****
***** Generate IEngineAddonProtocolData.xtend
Ignore3 ProtocolMessage
Ignore2 Request
Ignore2 Event
Ignore2 Response
Ignore2 ErrorResponse
Ignore1 InitializeRequest with supertype=Request
Ignore1 GetStateRequest with supertype=Request
Ignore1 GetStepRequest with supertype=Request
Saved ../../../engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
*****
***** Generate Plantuml for EngineAddonProtocol
plantuml Ignore2 Request
plantuml Ignore2 Event
plantuml Ignore2 Response
plantuml Ignore2 ErrorResponse
plantuml MessageInterface EngineAboutToStartEventArguments
plantuml MessageInterface EngineStartedEventArguments
plantuml MessageInterface EngineInitializedEventArguments
plantuml MessageInterface EngineAboutToStopEventArguments
plantuml MessageInterface EngineStoppedEventArguments
plantuml MessageInterface EngineAboutToDisposeEventArguments
plantuml MessageInterface AboutToExecuteStepEventArguments
plantuml MessageInterface StepExecutedEventArguments
plantuml MessageInterface InitializeArguments
plantuml MessageInterface InitializeResponse
plantuml MessageInterface GetStateArguments
plantuml MessageInterface GetStateResponse
plantuml MessageInterface GetStepArguments
plantuml MessageInterface GetStepResponse
plantuml MessageInterface ExecutionEngineDto
plantuml MessageInterface StepDto
plantuml MessageInterface MSEOccurenceDto
plantuml MessageInterface MSEDto
plantuml MessageInterface StateDto
plantuml MessageInterface StateValueDto
plantuml MessageInterface Message
Saved ../../../engine_addon_protocol/docs/images/EngineAddonProtocol.plantuml
┌────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│        (index)         │                                                                      destFileName                                                                      │
├────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│      protocolName      │                                                                                                                                                        │
│   protocolShortName    │                                                                                                                                                        │
│ protocolJSONSchemaPath │                                                                                                                                                        │
│         tsAPI          │                                 '../../../dap/ts/org.eclipse.gemoc.protocols.dap.api/src-gen/DebugAdapterProtocol.ts'                                  │
│       javaServer       │ '../../../dap/tycho/plugins/org.eclipse.gemoc.protocols.dap.api/src-gen/org/eclipse/gemoc/protocols/dap/api/services/IDebugAdapterProtocolServer.java' │
│       javaClient       │ '../../../dap/tycho/plugins/org.eclipse.gemoc.protocols.dap.api/src-gen/org/eclipse/gemoc/protocols/dap/api/services/IDebugAdapterProtocolClient.java' │
│        javaAPI         │    '../../../dap/tycho/plugins/org.eclipse.gemoc.protocols.dap.api/src-gen/org/eclipse/gemoc/protocols/dap/api/data/DebugAdapterProtocolData.xtend'    │
│        plantuml        │                                                '../../../dap/docs/images/DebugAdapterProtocol.plantuml'                                                │
└────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────┬───────────────────────────────────────┬────────┐
│        (index)         │              packageName              │ Values │
├────────────────────────┼───────────────────────────────────────┼────────┤
│      protocolName      │                                       │        │
│   protocolShortName    │                                       │        │
│ protocolJSONSchemaPath │                                       │        │
│         tsAPI          │                                       │        │
│       javaServer       │ 'org.eclipse.gemoc.protocols.dap.api' │        │
│       javaClient       │ 'org.eclipse.gemoc.protocols.dap.api' │        │
│        javaAPI         │ 'org.eclipse.gemoc.protocols.dap.api' │        │
│        plantuml        │                                       │        │
└────────────────────────┴───────────────────────────────────────┴────────┘
*****
***** Generate TS API for DebugAdapterProtocol
Saved ../../../dap/ts/org.eclipse.gemoc.protocols.dap.api/src-gen/DebugAdapterProtocol.ts
*****
***** Generate IDebugAdapterProtocolServer.java
Saved ../../../dap/tycho/plugins/org.eclipse.gemoc.protocols.dap.api/src-gen/org/eclipse/gemoc/protocols/dap/api/services/IDebugAdapterProtocolServer.java
*****
***** Generate IDebugAdapterProtocolClient.java
Saved ../../../dap/tycho/plugins/org.eclipse.gemoc.protocols.dap.api/src-gen/org/eclipse/gemoc/protocols/dap/api/services/IDebugAdapterProtocolClient.java
*****
***** Generate IDebugAdapterProtocolData.xtend
Ignore3 ProtocolMessage
Ignore2 Request
Ignore2 Event
Ignore2 Response
Ignore2 ErrorResponse
Ignore1 CancelRequest with supertype=Request
Ignore1 RunInTerminalRequest with supertype=Request
Ignore1 InitializeRequest with supertype=Request
Ignore1 ConfigurationDoneRequest with supertype=Request
Ignore1 LaunchRequest with supertype=Request
Ignore1 AttachRequest with supertype=Request
Ignore1 RestartRequest with supertype=Request
Ignore1 DisconnectRequest with supertype=Request
Ignore1 TerminateRequest with supertype=Request
Ignore1 BreakpointLocationsRequest with supertype=Request
Ignore1 SetBreakpointsRequest with supertype=Request
Ignore1 SetFunctionBreakpointsRequest with supertype=Request
Ignore1 SetExceptionBreakpointsRequest with supertype=Request
Ignore1 DataBreakpointInfoRequest with supertype=Request
Ignore1 SetDataBreakpointsRequest with supertype=Request
Ignore1 SetInstructionBreakpointsRequest with supertype=Request
Ignore1 ContinueRequest with supertype=Request
Ignore1 NextRequest with supertype=Request
Ignore1 StepInRequest with supertype=Request
Ignore1 StepOutRequest with supertype=Request
Ignore1 StepBackRequest with supertype=Request
Ignore1 ReverseContinueRequest with supertype=Request
Ignore1 RestartFrameRequest with supertype=Request
Ignore1 GotoRequest with supertype=Request
Ignore1 PauseRequest with supertype=Request
Ignore1 StackTraceRequest with supertype=Request
Ignore1 ScopesRequest with supertype=Request
Ignore1 VariablesRequest with supertype=Request
Ignore1 SetVariableRequest with supertype=Request
Ignore1 SourceRequest with supertype=Request
Ignore1 ThreadsRequest with supertype=Request
Ignore1 TerminateThreadsRequest with supertype=Request
Ignore1 ModulesRequest with supertype=Request
Ignore1 LoadedSourcesRequest with supertype=Request
Ignore1 EvaluateRequest with supertype=Request
Ignore1 SetExpressionRequest with supertype=Request
Ignore1 StepInTargetsRequest with supertype=Request
Ignore1 GotoTargetsRequest with supertype=Request
Ignore1 CompletionsRequest with supertype=Request
Ignore1 ExceptionInfoRequest with supertype=Request
Ignore1 ReadMemoryRequest with supertype=Request
Ignore1 DisassembleRequest with supertype=Request
Saved ../../../dap/tycho/plugins/org.eclipse.gemoc.protocols.dap.api/src-gen/org/eclipse/gemoc/protocols/dap/api/data/DebugAdapterProtocolData.xtend
*****
***** Generate Plantuml for DebugAdapterProtocol
plantuml Ignore2 Request
plantuml Ignore2 Event
plantuml Ignore2 Response
plantuml Ignore2 ErrorResponse
plantuml MessageInterface CancelArguments
plantuml MessageInterface CancelResponse
plantuml Ignore1 InitializedEvent
plantuml MessageInterface StoppedEventArguments
plantuml MessageInterface ContinuedEventArguments
plantuml MessageInterface ExitedEventArguments
plantuml MessageInterface TerminatedEventArguments
plantuml MessageInterface ThreadEventArguments
plantuml MessageInterface OutputEventArguments
plantuml MessageInterface BreakpointEventArguments
plantuml MessageInterface ModuleEventArguments
plantuml MessageInterface LoadedSourceEventArguments
plantuml MessageInterface ProcessEventArguments
plantuml MessageInterface CapabilitiesEventArguments
plantuml MessageInterface ProgressStartEventArguments
plantuml MessageInterface ProgressUpdateEventArguments
plantuml MessageInterface ProgressEndEventArguments
plantuml MessageInterface InvalidatedEventArguments
plantuml MessageInterface RunInTerminalRequestArguments
plantuml MessageInterface RunInTerminalResponse
plantuml MessageInterface InitializeRequestArguments
plantuml MessageInterface InitializeResponse
plantuml MessageInterface ConfigurationDoneArguments
plantuml MessageInterface ConfigurationDoneResponse
plantuml MessageInterface LaunchRequestArguments
plantuml MessageInterface LaunchResponse
plantuml MessageInterface AttachRequestArguments
plantuml MessageInterface AttachResponse
plantuml MessageInterface RestartArguments
plantuml MessageInterface RestartResponse
plantuml MessageInterface DisconnectArguments
plantuml MessageInterface DisconnectResponse
plantuml MessageInterface TerminateArguments
plantuml MessageInterface TerminateResponse
plantuml MessageInterface BreakpointLocationsArguments
plantuml MessageInterface BreakpointLocationsResponse
plantuml MessageInterface SetBreakpointsArguments
plantuml MessageInterface SetBreakpointsResponse
plantuml MessageInterface SetFunctionBreakpointsArguments
plantuml MessageInterface SetFunctionBreakpointsResponse
plantuml MessageInterface SetExceptionBreakpointsArguments
plantuml MessageInterface SetExceptionBreakpointsResponse
plantuml MessageInterface DataBreakpointInfoArguments
plantuml MessageInterface DataBreakpointInfoResponse
plantuml MessageInterface SetDataBreakpointsArguments
plantuml MessageInterface SetDataBreakpointsResponse
plantuml MessageInterface SetInstructionBreakpointsArguments
plantuml MessageInterface SetInstructionBreakpointsResponse
plantuml MessageInterface ContinueArguments
plantuml MessageInterface ContinueResponse
plantuml MessageInterface NextArguments
plantuml MessageInterface NextResponse
plantuml MessageInterface StepInArguments
plantuml MessageInterface StepInResponse
plantuml MessageInterface StepOutArguments
plantuml MessageInterface StepOutResponse
plantuml MessageInterface StepBackArguments
plantuml MessageInterface StepBackResponse
plantuml MessageInterface ReverseContinueArguments
plantuml MessageInterface ReverseContinueResponse
plantuml MessageInterface RestartFrameArguments
plantuml MessageInterface RestartFrameResponse
plantuml MessageInterface GotoArguments
plantuml MessageInterface GotoResponse
plantuml MessageInterface PauseArguments
plantuml MessageInterface PauseResponse
plantuml MessageInterface StackTraceArguments
plantuml MessageInterface StackTraceResponse
plantuml MessageInterface ScopesArguments
plantuml MessageInterface ScopesResponse
plantuml MessageInterface VariablesArguments
plantuml MessageInterface VariablesResponse
plantuml MessageInterface SetVariableArguments
plantuml MessageInterface SetVariableResponse
plantuml MessageInterface SourceArguments
plantuml MessageInterface SourceResponse
plantuml MessageInterface ThreadsResponse
plantuml MessageInterface TerminateThreadsArguments
plantuml MessageInterface TerminateThreadsResponse
plantuml MessageInterface ModulesArguments
plantuml MessageInterface ModulesResponse
plantuml MessageInterface LoadedSourcesArguments
plantuml MessageInterface LoadedSourcesResponse
plantuml MessageInterface EvaluateArguments
plantuml MessageInterface EvaluateResponse
plantuml MessageInterface SetExpressionArguments
plantuml MessageInterface SetExpressionResponse
plantuml MessageInterface StepInTargetsArguments
plantuml MessageInterface StepInTargetsResponse
plantuml MessageInterface GotoTargetsArguments
plantuml MessageInterface GotoTargetsResponse
plantuml MessageInterface CompletionsArguments
plantuml MessageInterface CompletionsResponse
plantuml MessageInterface ExceptionInfoArguments
plantuml MessageInterface ExceptionInfoResponse
plantuml MessageInterface ReadMemoryArguments
plantuml MessageInterface ReadMemoryResponse
plantuml MessageInterface DisassembleArguments
plantuml MessageInterface DisassembleResponse
plantuml MessageInterface Capabilities
plantuml MessageInterface ExceptionBreakpointsFilter
plantuml MessageInterface Message
plantuml MessageInterface Module
plantuml MessageInterface ColumnDescriptor
plantuml MessageInterface ModulesViewDescriptor
plantuml MessageInterface Thread
plantuml MessageInterface Source
plantuml MessageInterface StackFrame
plantuml MessageInterface Scope
plantuml MessageInterface Variable
plantuml MessageInterface VariablePresentationHint
plantuml MessageInterface BreakpointLocation
plantuml MessageInterface SourceBreakpoint
plantuml MessageInterface FunctionBreakpoint
plantuml MessageInterface DataBreakpoint
plantuml MessageInterface InstructionBreakpoint
plantuml MessageInterface Breakpoint
plantuml MessageInterface StepInTarget
plantuml MessageInterface GotoTarget
plantuml MessageInterface CompletionItem
plantuml MessageInterface Checksum
plantuml MessageInterface ValueFormat
plantuml MessageInterface ExceptionFilterOptions
plantuml MessageInterface ExceptionOptions
plantuml MessageInterface ExceptionPathSegment
plantuml MessageInterface ExceptionDetails
plantuml MessageInterface DisassembledInstruction
plantuml MessageInterface InvalidatedAreas
Saved ../../../dap/docs/images/DebugAdapterProtocol.plantuml
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Pomfirst Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/pomfirst_full_compilation
[Pipeline] {
[Pipeline] sh
+ mvn -Dmaven.test.failure.ignore dependency:tree dependency:analyze dependency:analyze-dep-mgt clean install --errors --show-version --batch-mode
VM settings:
    Max. Heap Size: 1.95G
    Using VM: OpenJDK 64-Bit Server VM

Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/3.0.4/tycho-build-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/3.0.4/tycho-build-3.0.4.pom (5.4 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/3.0.4/tycho-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/3.0.4/tycho-3.0.4.pom (18 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.2/takari-smart-builder-0.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.2/takari-smart-builder-0.6.2.pom (2.8 kB at 8.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/50/takari-50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/50/takari-50.pom (15 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/3.0.4/tycho-pomless-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/3.0.4/tycho-pomless-3.0.4.pom (2.6 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/3.0.4/tycho-extras-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/3.0.4/tycho-extras-3.0.4.pom (5.9 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.10/polyglot-common-0.4.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.10/polyglot-common-0.4.10.pom (1.0 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.4.10/polyglot-0.4.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.4.10/polyglot-0.4.10.pom (8.8 kB at 337 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom (14 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom (24 kB at 668 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 518 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/3.0.4/org.eclipse.tycho.core.shared-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.4/org.eclipse.tycho.core.shared-3.0.4.pom (1.0 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/3.0.4/tycho-bundles-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/3.0.4/tycho-bundles-3.0.4.pom (3.3 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.4/tycho-buildtimestamp-jgit-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.4/tycho-buildtimestamp-jgit-3.0.4.pom (2.2 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/3.0.4/tycho-embedder-api-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/3.0.4/tycho-embedder-api-3.0.4.pom (2.1 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.4/org.eclipse.tycho.embedder.shared-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.4/org.eclipse.tycho.embedder.shared-3.0.4.pom (1.1 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.pom (7.6 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.5.0.202303070854-r/org.eclipse.jgit-parent-6.5.0.202303070854-r.pom (33 kB at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 113 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 74 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 288 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom (5.2 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom (2.7 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 965 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.200/org.eclipse.equinox.p2.core-2.9.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.200/org.eclipse.equinox.p2.core-2.9.200.pom (2.7 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml (578 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.pom (1.6 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom (1.1 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71.1/bcpg-jdk18on-1.71.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71.1/bcpg-jdk18on-1.71.1.pom (1.6 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71.1/bcprov-jdk18on-1.71.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71.1/bcprov-jdk18on-1.71.1.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom (1.6 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom (1.1 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72.1/bcpg-jdk18on-1.72.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72.1/bcpg-jdk18on-1.72.1.pom (1.6 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72.2/bcpg-jdk18on-1.72.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72.2/bcpg-jdk18on-1.72.2.pom (1.6 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.73/bcpg-jdk18on-1.73.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.73/bcpg-jdk18on-1.73.pom (1.6 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.73/bcprov-jdk18on-1.73.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.73/bcprov-jdk18on-1.73.pom (1.1 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.74/bcpg-jdk18on-1.74.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.74/bcpg-jdk18on-1.74.pom (1.6 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.pom (1.1 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.75/bcpg-jdk18on-1.75.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.75/bcpg-jdk18on-1.75.pom (1.6 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.75/bcprov-jdk18on-1.75.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.75/bcprov-jdk18on-1.75.pom (1.1 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.pom (1.6 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom (1.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.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 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (1.1 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.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 53 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 55 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 52 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 69 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 47 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 67 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 115 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 67 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 64 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 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.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 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 43 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 115 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 51 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 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 81 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 72 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 44 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 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/org.eclipse.equinox.common-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/org.eclipse.equinox.common-3.18.0.pom (1.6 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom (1.6 kB at 49 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 (954 B 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.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 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.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 32 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 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.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 30 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 29 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 30 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 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.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 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.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 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.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 32 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 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.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 56 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 32 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 14 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 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.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 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom (2.0 kB at 9.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (1.1 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom (3.2 kB at 64 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 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 25 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 10 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 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.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 18 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 11 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 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.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 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.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 33 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 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.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 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.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 22 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 131 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 68 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 23 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 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.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 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.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 115 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 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.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 120 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.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 43 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 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.14.0/org.eclipse.core.jobs-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.14.0/org.eclipse.core.jobs-3.14.0.pom (1.8 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom (1.8 kB at 71 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 (942 B at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.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 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 39 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 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 66 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 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 21 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 12 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 2.1 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 72 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 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.8.200/org.eclipse.equinox.preferences-3.8.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom (2.2 kB at 121 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 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.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 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 9.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 50 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 100 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 39 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 66 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 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom (2.2 kB at 99 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 (915 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom (2.3 kB at 136 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 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.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 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.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 50 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 46 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 32 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 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.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 40 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 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.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 137 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 111 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 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.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 117 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 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/3.9.0/org.eclipse.core.contenttype-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom (2.2 kB at 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.9.100/org.eclipse.core.contenttype-3.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom (2.2 kB at 4.1 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 (812 B at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom (2.1 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/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 711 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/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 711 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.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 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.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 711 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom (2.1 kB at 711 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/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 165 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 213 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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom (2.2 kB at 241 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 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 6.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom (3.2 kB at 1.1 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.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 1.1 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.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 454 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 244 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom (3.0 kB at 375 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 1000 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 272 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 999 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.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 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 1.0 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.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 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 1.0 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.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 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.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 533 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 933 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.27.0/org.eclipse.core.runtime-3.27.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.27.0/org.eclipse.core.runtime-3.27.0.pom (2.8 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom (2.8 kB at 932 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.300/org.eclipse.equinox.p2.publisher-1.7.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.300/org.eclipse.equinox.p2.publisher-1.7.300.pom (3.1 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.800/org.eclipse.equinox.p2.artifact.repository-1.4.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.800/org.eclipse.equinox.p2.artifact.repository-1.4.800.pom (3.8 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.300/org.eclipse.equinox.p2.metadata-2.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.300/org.eclipse.equinox.p2.metadata-2.6.300.pom (2.4 kB at 785 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml (847 B at 1.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.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.p2.core/2.4.101/org.eclipse.equinox.p2.core-2.4.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.101/org.eclipse.equinox.p2.core-2.4.101.pom (1.9 kB at 962 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom (1.9 kB at 960 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom (1.9 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom (1.9 kB at 969 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.100/org.eclipse.equinox.p2.core-2.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.100/org.eclipse.equinox.p2.core-2.6.100.pom (1.9 kB at 970 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom (1.9 kB at 970 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom (1.9 kB at 970 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom (1.9 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.0/org.eclipse.equinox.p2.core-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.0/org.eclipse.equinox.p2.core-2.8.0.pom (1.9 kB at 650 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.pom (1.9 kB at 968 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.pom (1.9 kB at 967 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.pom (1.9 kB at 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.0/org.eclipse.equinox.p2.core-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.0/org.eclipse.equinox.p2.core-2.10.0.pom (2.3 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.100/org.eclipse.equinox.p2.core-2.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.10.100/org.eclipse.equinox.p2.core-2.10.100.pom (2.3 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.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/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.400/org.eclipse.equinox.p2.jarprocessor-1.2.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.400/org.eclipse.equinox.p2.jarprocessor-1.2.400.pom (1.8 kB at 892 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.300/org.eclipse.equinox.p2.repository-2.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.300/org.eclipse.equinox.p2.repository-2.6.300.pom (3.6 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.1000/org.eclipse.equinox.security-1.3.1000.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.1000/org.eclipse.equinox.security-1.3.1000.pom (3.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-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.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom (2.3 kB at 762 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 288 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom (1.9 kB at 952 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom (1.9 kB at 635 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 635 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 635 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom (1.9 kB at 954 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.400/org.eclipse.equinox.p2.director-2.5.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.400/org.eclipse.equinox.p2.director-2.5.400.pom (3.6 kB at 7.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml (917 B at 458 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.100/org.eclipse.equinox.p2.metadata-2.3.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.100/org.eclipse.equinox.p2.metadata-2.3.100.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.200/org.eclipse.equinox.p2.metadata-2.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.200/org.eclipse.equinox.p2.metadata-2.3.200.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.0/org.eclipse.equinox.p2.metadata-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.0/org.eclipse.equinox.p2.metadata-2.4.0.pom (2.1 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.100/org.eclipse.equinox.p2.metadata-2.4.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.100/org.eclipse.equinox.p2.metadata-2.4.100.pom (2.1 kB at 702 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.200/org.eclipse.equinox.p2.metadata-2.4.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.200/org.eclipse.equinox.p2.metadata-2.4.200.pom (2.1 kB at 708 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.400/org.eclipse.equinox.p2.metadata-2.4.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.400/org.eclipse.equinox.p2.metadata-2.4.400.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.500/org.eclipse.equinox.p2.metadata-2.4.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.500/org.eclipse.equinox.p2.metadata-2.4.500.pom (2.1 kB at 708 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom (2.1 kB at 708 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.700/org.eclipse.equinox.p2.metadata-2.4.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.700/org.eclipse.equinox.p2.metadata-2.4.700.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.p2.metadata/2.5.0/org.eclipse.equinox.p2.metadata-2.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.0/org.eclipse.equinox.p2.metadata-2.5.0.pom (2.1 kB at 707 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.100/org.eclipse.equinox.p2.metadata-2.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.100/org.eclipse.equinox.p2.metadata-2.5.100.pom (2.1 kB at 708 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.0/org.eclipse.equinox.p2.metadata-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.0/org.eclipse.equinox.p2.metadata-2.6.0.pom (2.1 kB at 4.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.pom (2.1 kB at 704 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.0/org.eclipse.equinox.p2.metadata-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.0/org.eclipse.equinox.p2.metadata-2.7.0.pom (2.0 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.7.100/org.eclipse.equinox.p2.metadata-2.7.100.pom (2.0 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml (431 B at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.5/org.ow2.sat4j.core-2.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.5/org.ow2.sat4j.core-2.3.5.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/ow2/sat4j/org.ow2.sat4j.pom/2.3.5/org.ow2.sat4j.pom-2.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.5/org.ow2.sat4j.pom-2.3.5.pom (15 kB at 699 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom (2.2 kB at 729 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 922 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml (429 B at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom (2.1 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 944 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml (792 B at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.1.200/org.eclipse.equinox.simpleconfigurator-1.1.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.1.200/org.eclipse.equinox.simpleconfigurator-1.1.200.pom (1.7 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.equinox.simpleconfigurator/1.2.0/org.eclipse.equinox.simpleconfigurator-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.2.0/org.eclipse.equinox.simpleconfigurator-1.2.0.pom (1.7 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.2.1/org.eclipse.equinox.simpleconfigurator-1.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.2.1/org.eclipse.equinox.simpleconfigurator-1.2.1.pom (1.7 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.0/org.eclipse.equinox.simpleconfigurator-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.0/org.eclipse.equinox.simpleconfigurator-1.3.0.pom (1.7 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.100/org.eclipse.equinox.simpleconfigurator-1.3.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.100/org.eclipse.equinox.simpleconfigurator-1.3.100.pom (1.7 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.200/org.eclipse.equinox.simpleconfigurator-1.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.200/org.eclipse.equinox.simpleconfigurator-1.3.200.pom (1.7 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.300/org.eclipse.equinox.simpleconfigurator-1.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.300/org.eclipse.equinox.simpleconfigurator-1.3.300.pom (1.7 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.400/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.3.400/org.eclipse.equinox.simpleconfigurator-1.3.400.pom (1.7 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.3.500/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.3.500/org.eclipse.equinox.simpleconfigurator-1.3.500.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.equinox.simpleconfigurator/1.3.600/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.3.600/org.eclipse.equinox.simpleconfigurator-1.3.600.pom (1.7 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom (1.7 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.100/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.4.100/org.eclipse.equinox.simpleconfigurator-1.4.100.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.200/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.4.200/org.eclipse.equinox.simpleconfigurator-1.4.200.pom (1.5 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-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.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.pom (1.5 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml (915 B at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.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.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom (2.3 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom (2.3 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom (2.3 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom (2.3 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom (2.3 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom (2.3 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.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom (2.3 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.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.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.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom (2.3 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom (2.3 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.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom (2.3 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom (2.3 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.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.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.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom (2.3 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.500/org.eclipse.equinox.p2.engine-2.7.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.500/org.eclipse.equinox.p2.engine-2.7.500.pom (4.2 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.equinox.p2.artifact.repository/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml (1.1 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom (2.5 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.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom (2.5 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.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom (2.5 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom (2.5 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom (2.5 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom (2.5 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.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.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.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom (2.5 kB at 4.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom (2.5 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom (2.5 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom (2.5 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom (2.5 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom (2.5 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.equinox.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom (2.5 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom (2.5 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.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom (2.5 kB at 828 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom (2.5 kB at 828 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom (2.5 kB at 413 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.600/org.eclipse.equinox.p2.artifact.repository-1.4.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.600/org.eclipse.equinox.p2.artifact.repository-1.4.600.pom (3.8 kB at 541 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom (1.9 kB at 975 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.0/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.5.0/org.eclipse.equinox.p2.artifact.repository-1.5.0.pom (3.8 kB at 291 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.0/org.eclipse.equinox.p2.jarprocessor-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.0/org.eclipse.equinox.p2.jarprocessor-1.3.0.pom (1.8 kB at 592 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.0/org.eclipse.equinox.p2.repository-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.0/org.eclipse.equinox.p2.repository-2.7.0.pom (3.6 kB at 445 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-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.p2.artifact.repository/1.5.100/org.eclipse.equinox.p2.artifact.repository-1.5.100.pom (3.8 kB at 541 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.200/org.eclipse.equinox.p2.jarprocessor-1.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.3.200/org.eclipse.equinox.p2.jarprocessor-1.3.200.pom (1.8 kB at 890 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.7.100/org.eclipse.equinox.p2.repository-2.7.100.pom (3.6 kB at 510 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.4.0/org.eclipse.equinox.security-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.security/1.4.0/org.eclipse.equinox.security-1.4.0.pom (2.8 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml (765 B at 382 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom (2.3 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom (2.3 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.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.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/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.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/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.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/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom (2.3 kB at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.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/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-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.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.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/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-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.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.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/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-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.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom (2.3 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.0/org.eclipse.equinox.p2.metadata.repository-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.p2.metadata.repository/1.5.0/org.eclipse.equinox.p2.metadata.repository-1.5.0.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-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.p2.metadata.repository/1.5.100/org.eclipse.equinox.p2.metadata.repository-1.5.100.pom (3.0 kB at 374 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml (1.1 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom (2.1 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.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom (2.1 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom (2.1 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.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.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.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom (2.1 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.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom (2.1 kB at 709 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom (2.1 kB at 709 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom (2.1 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom (2.1 kB at 304 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom (2.1 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom (2.1 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.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.pom (2.1 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom (2.1 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.200/org.eclipse.equinox.p2.repository-2.6.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.200/org.eclipse.equinox.p2.repository-2.6.200.pom (3.9 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml (516 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml (849 B 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.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom (1.8 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.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom (1.8 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.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.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom (1.8 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.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom (1.8 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom (1.8 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom (1.8 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.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom (1.8 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-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.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom (1.8 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-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.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom (1.8 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.security/1.3.600/org.eclipse.equinox.security-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.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom (1.8 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.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom (1.8 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom (1.8 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom (1.8 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.0/org.eclipse.equinox.p2.engine-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.0/org.eclipse.equinox.p2.engine-2.8.0.pom (3.8 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.8.100/org.eclipse.equinox.p2.engine-2.8.100.pom (3.8 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.pom (1.6 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.300/org.eclipse.equinox.p2.publisher.eclipse-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.p2.publisher.eclipse/1.4.300/org.eclipse.equinox.p2.publisher.eclipse-1.4.300.pom (3.9 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.100/org.eclipse.equinox.frameworkadmin-2.2.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.100/org.eclipse.equinox.frameworkadmin-2.2.100.pom (2.1 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom (2.0 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100.pom (2.4 kB at 59 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.impl/3.0.4/org.eclipse.tycho.p2.resolver.impl-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.4/org.eclipse.tycho.p2.resolver.impl-3.0.4.pom (946 B at 59 B/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/3.0.4/org.eclipse.tycho.p2.maven.repository-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.4/org.eclipse.tycho.p2.maven.repository-3.0.4.pom (962 B at 191 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/3.0.4/p2-maven-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/3.0.4/p2-maven-plugin-3.0.4.pom (7.8 kB at 1.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom (2.4 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/3.0.4/sisu-osgi-api-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/3.0.4/sisu-osgi-api-3.0.4.pom (1.7 kB at 864 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/3.0.4/sisu-osgi-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/3.0.4/sisu-osgi-3.0.4.pom (1.1 kB at 8.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/3.0.4/sisu-osgi-connect-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/3.0.4/sisu-osgi-connect-3.0.4.pom (1.7 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom (2.8 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 86 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.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 402 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 822 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 4.0 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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-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.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom (2.2 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.300/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.300/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300.pom (4.9 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml (627 B 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.frameworkadmin/2.0.300/org.eclipse.equinox.frameworkadmin-2.0.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.0.300/org.eclipse.equinox.frameworkadmin-2.0.300.pom (1.9 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.0/org.eclipse.equinox.frameworkadmin-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.0/org.eclipse.equinox.frameworkadmin-2.1.0.pom (1.9 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.100/org.eclipse.equinox.frameworkadmin-2.1.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.100/org.eclipse.equinox.frameworkadmin-2.1.100.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.200/org.eclipse.equinox.frameworkadmin-2.1.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.200/org.eclipse.equinox.frameworkadmin-2.1.200.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/platform/org.eclipse.equinox.frameworkadmin/2.1.300/org.eclipse.equinox.frameworkadmin-2.1.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.300/org.eclipse.equinox.frameworkadmin-2.1.300.pom (1.9 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.equinox.frameworkadmin/2.1.400/org.eclipse.equinox.frameworkadmin-2.1.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.1.400/org.eclipse.equinox.frameworkadmin-2.1.400.pom (1.9 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.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/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.200/org.eclipse.equinox.frameworkadmin-2.2.200.pom (1.8 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.equinox.p2.garbagecollector/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml (663 B 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.p2.garbagecollector/1.0.300/org.eclipse.equinox.p2.garbagecollector-1.0.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.0.300/org.eclipse.equinox.p2.garbagecollector-1.0.300.pom (2.1 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.0/org.eclipse.equinox.p2.garbagecollector-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.0/org.eclipse.equinox.p2.garbagecollector-1.1.0.pom (2.1 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.100/org.eclipse.equinox.p2.garbagecollector-1.1.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.100/org.eclipse.equinox.p2.garbagecollector-1.1.100.pom (2.1 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.200/org.eclipse.equinox.p2.garbagecollector-1.1.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.200/org.eclipse.equinox.p2.garbagecollector-1.1.200.pom (2.2 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.300/org.eclipse.equinox.p2.garbagecollector-1.1.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.300/org.eclipse.equinox.p2.garbagecollector-1.1.300.pom (2.2 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.400/org.eclipse.equinox.p2.garbagecollector-1.1.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.1.400/org.eclipse.equinox.p2.garbagecollector-1.1.400.pom (2.2 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom (2.2 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.equinox.p2.garbagecollector/1.2.100/org.eclipse.equinox.p2.garbagecollector-1.2.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.100/org.eclipse.equinox.p2.garbagecollector-1.2.100.pom (3.2 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.0/org.eclipse.equinox.p2.garbagecollector-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.0/org.eclipse.equinox.p2.garbagecollector-1.3.0.pom (3.2 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.p2.garbagecollector/1.3.100/org.eclipse.equinox.p2.garbagecollector-1.3.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.3.100/org.eclipse.equinox.p2.garbagecollector-1.3.100.pom (3.2 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.simpleconfigurator.manipulator/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml (709 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.0.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.0.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.0.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.0.200.pom (2.0 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.0.300/org.eclipse.equinox.simpleconfigurator.manipulator-2.0.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.0.300/org.eclipse.equinox.simpleconfigurator.manipulator-2.0.300.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.equinox.simpleconfigurator.manipulator/2.1.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.0.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.equinox.simpleconfigurator.manipulator/2.1.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.100.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.equinox.simpleconfigurator.manipulator/2.1.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.200.pom (2.0 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.300/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.300/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.300.pom (2.0 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.400/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.400/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.400.pom (2.0 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.500/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.1.500/org.eclipse.equinox.simpleconfigurator.manipulator-2.1.500.pom (2.0 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom (2.0 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.200/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.200.pom (2.4 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.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.400/org.eclipse.equinox.frameworkadmin.equinox-1.2.400.pom (2.0 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.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.pom (1.7 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.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom (3.0 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml (657 B at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom (617 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom (25 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom (617 B at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom (617 B at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom (617 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom (617 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom (617 B at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom (619 B at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom (619 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom (619 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom (618 B at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.11.0/org.eclipse.ecf-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.11.0/org.eclipse.ecf-3.11.0.pom (618 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml (422 B at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom (595 B at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom (595 B at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom (595 B at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml (491 B at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom (641 B at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom (641 B at 8.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom (641 B at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom (641 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.3.0/org.eclipse.ecf.provider.filetransfer-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.3.0/org.eclipse.ecf.provider.filetransfer-3.3.0.pom (639 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom (628 B at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.pom (15 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 875 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 661 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 274 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/3.0.4/tycho-build-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.2/takari-smart-builder-0.6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/3.0.4/tycho-pomless-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.10/polyglot-common-0.4.10.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.4/org.eclipse.tycho.core.shared-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.10/polyglot-common-0.4.10.jar (34 kB at 381 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.4/tycho-buildtimestamp-jgit-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.4/org.eclipse.tycho.core.shared-3.0.4.jar (37 kB at 285 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/takari-smart-builder/0.6.2/takari-smart-builder-0.6.2.jar (36 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/3.0.4/tycho-build-3.0.4.jar (26 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/3.0.4/tycho-embedder-api-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/3.0.4/tycho-pomless-3.0.4.jar (40 kB at 240 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.4/org.eclipse.tycho.embedder.shared-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/3.0.4/tycho-buildtimestamp-jgit-3.0.4.jar (12 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.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/3.0.4/org.eclipse.tycho.embedder.shared-3.0.4.jar (26 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/3.0.4/tycho-embedder-api-3.0.4.jar (6.7 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.jar (3.2 MB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar (429 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 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.equinox.p2.core/2.9.200/org.eclipse.equinox.p2.core-2.9.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar (14 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 584 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar (154 kB at 533 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar (450 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar (80 kB at 261 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.200/org.eclipse.equinox.p2.core-2.9.200.jar (81 kB at 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.300/org.eclipse.equinox.p2.publisher-1.7.300.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.300/org.eclipse.equinox.registry-3.11.300.jar (203 kB at 644 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.800/org.eclipse.equinox.p2.artifact.repository-1.4.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.9.100/org.eclipse.core.contenttype-3.9.100.jar (105 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.equinox.p2.director/2.5.400/org.eclipse.equinox.p2.director-2.5.400.jar
[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.jar (1.5 MB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.5.0.202303070854-r/org.eclipse.jgit-6.5.0.202303070854-r.jar (3.1 MB at 9.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar (118 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.400/org.eclipse.equinox.p2.director-2.5.400.jar (115 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.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.300/org.eclipse.equinox.p2.publisher-1.7.300.jar (106 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.equinox.p2.engine/2.7.500/org.eclipse.equinox.p2.engine-2.7.500.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.800/org.eclipse.equinox.p2.artifact.repository-1.4.800.jar (177 kB at 453 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.300/org.eclipse.equinox.p2.metadata-2.6.300.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.300/org.eclipse.equinox.preferences-3.10.300.jar (140 kB at 358 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.300/org.eclipse.equinox.p2.repository-2.6.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.500/org.eclipse.equinox.p2.engine-2.7.500.jar (227 kB at 572 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.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 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.1000/org.eclipse.equinox.security-1.3.1000.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.300/org.eclipse.equinox.simpleconfigurator-1.4.300.jar (50 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.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.300/org.eclipse.equinox.p2.repository-2.6.300.jar (181 kB at 436 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.300/org.eclipse.equinox.p2.publisher.eclipse-1.4.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.300/org.eclipse.equinox.p2.metadata-2.6.300.jar (371 kB at 893 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 212 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.100/org.eclipse.equinox.frameworkadmin-2.2.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.800/org.eclipse.osgi.compatibility.state-1.2.800.jar (257 kB at 582 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.1000/org.eclipse.equinox.security-1.3.1000.jar (118 kB at 262 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.100/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100.jar (29 kB at 63 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.impl/3.0.4/org.eclipse.tycho.p2.resolver.impl-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.100/org.eclipse.equinox.frameworkadmin-2.2.100.jar (39 kB at 82 kB/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/3.0.4/org.eclipse.tycho.p2.maven.repository-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar (71 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.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.300/org.eclipse.equinox.p2.publisher.eclipse-1.4.300.jar (252 kB at 509 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/3.0.4/p2-maven-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar (136 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar (11 MB at 18 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar (103 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/3.0.4/sisu-osgi-api-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/3.0.4/sisu-osgi-connect-3.0.4.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/3.0.4/org.eclipse.tycho.p2.resolver.impl-3.0.4.jar (311 kB at 474 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.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 6.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.400/org.eclipse.equinox.p2.jarprocessor-1.2.400.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/3.0.4/org.eclipse.tycho.p2.maven.repository-3.0.4.jar (163 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/3.0.4/sisu-osgi-api-3.0.4.jar (10 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.300/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/3.0.4/sisu-osgi-connect-3.0.4.jar (38 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.100/org.eclipse.equinox.p2.garbagecollector-1.2.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/3.0.4/p2-maven-plugin-3.0.4.jar (125 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.100/org.eclipse.equinox.p2.garbagecollector-1.2.100.jar (28 kB at 2.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.concurrent/1.2.100/org.eclipse.equinox.concurrent-1.2.100.jar (27 kB at 2.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar (56 kB at 4.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.400/org.eclipse.equinox.p2.jarprocessor-1.2.400.jar (73 kB at 6.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar (88 kB at 7.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar (46 kB at 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar (41 kB at 3.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar (118 kB at 9.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar (114 kB at 9.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar (403 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.300/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300.jar (137 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 279 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar (66 kB at 5.4 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 952 B/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 27 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 31 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 473 kB/s)
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.gemoc.gemoc_studio.root                                [pom]
[INFO] GEMOC Studio BOM                                                   [pom]
[INFO] org.eclipse.gemoc.gemoc_studio.thirdparty-bundle                   [pom]
[INFO] org.eclipse.debug.core                                             [jar]
[INFO] org.eclipse.debug.ui                                               [jar]
[INFO] org.eclipse.emf.compare                                            [jar]
[INFO] org.eclipse.emf.edit                                               [jar]
[INFO] org.eclipse.emf.transaction                                        [jar]
[INFO] org.eclipse.gemoc.commons.root                                     [pom]
[INFO] org.eclipse.gemoc.commons.eclipse.messagingsystem.api              [jar]
[INFO] org.eclipse.gemoc.commons.eclipse                                  [jar]
[INFO] org.eclipse.gemoc.commons.eclipse.pde                              [jar]
[INFO] org.eclipse.gemoc.dsl.model                                        [jar]
[INFO] org.eclipse.gemoc.modeldebugging.root                              [pom]
[INFO] org.eclipse.gemoc.trace.commons.model                              [jar]
[INFO] org.eclipse.gemoc.xdsmlframework.api                               [jar]
[INFO] org.eclipse.gemoc.protocols.eaop.api                               [jar]
[INFO] org.eclipse.gemoc.dsl.debug                                        [jar]
[INFO] org.eclipse.gemoc.dsl.debug.edit                                   [jar]
[INFO] org.eclipse.gemoc.dsl.debug.ide                                    [jar]
[INFO] org.eclipse.gemoc.trace.commons                                    [jar]
[INFO] org.eclipse.gemoc.trace.gemoc.api                                  [jar]
[INFO] org.eclipse.gemoc.gemoc_studio.pomfirst                            [pom]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 379 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 770 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.4/maven-install-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 438 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 676 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 361 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.4/maven-install-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 869 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 455 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 425 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 327 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 665 kB/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 358 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 63 kB/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 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 498 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (209 kB at 52 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 545 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 51 MB/s)
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio:org.eclipse.gemoc.gemoc_studio.root >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.root 3.6.1-SNAPSHOT       [1/23]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 810 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 6.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/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 3.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.0.9/maven-plugin-api-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 2.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 790 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 49 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 337 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 499 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 457 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.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 950 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 986 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.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.9/maven-plugin-parameter-documenter-2.0.9.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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.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.9/maven-reporting-api-2.0.9.pom (1.8 kB at 95 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.9/maven-reporting-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 738 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-10/doxia-sink-api-1.0-alpha-10.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-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 674 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-10/doxia-1.0-alpha-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 691 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.9/maven-error-diagnostics-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 27 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 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 33 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 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 103 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 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 612 kB/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 390 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/doxia-sink-api-1.0.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/doxia-sink-api-1.0.pom (1.4 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 791 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 111 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 203 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 603 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 693 kB/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 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 78 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 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 99 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 105 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 69 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 37 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 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.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 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 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.5.7/plexus-utils-1.5.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 384 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 829 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 76 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 95 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 126 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 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 275 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 639 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.0 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 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 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-20/plexus-container-default-1.0-alpha-20.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-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 214 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-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 43 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 185 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-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 240 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 435 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 788 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.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/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 367 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 397 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 878 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/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 146 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 96 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 35 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/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.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/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 378 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 278 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 538 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 255 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 422 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 904 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 262 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 262 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 228 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 496 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 823 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 51 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.2/maven-artifact-manager-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 93 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.2/maven-repository-metadata-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 408 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 700 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 322 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 489 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 333 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 665 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 20 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.5/maven-artifact-manager-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 51 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.5/maven-repository-metadata-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 468 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 48 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 159 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 26 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 344 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 27 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.0/maven-artifact-manager-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 28 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.0/maven-repository-metadata-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 25 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 24 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.0/maven-plugin-registry-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.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/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 275 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 28 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.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 44 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.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.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/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 713 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 297 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 643 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 697 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 943 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 583 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 891 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 834 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 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-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 804 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 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-core/2.0.9/maven-core-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 664 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.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 350 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.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.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 343 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 100 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 512 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 429 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 682 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 991 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 506 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 205 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/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 205 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 169 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 96 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 622 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 763 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 122 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/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 622 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 382 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 381 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 687 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 139 kB/s)
[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 88 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 202 kB/s)
[INFO] org.eclipse.gemoc.gemoc-studio:org.eclipse.gemoc.gemoc_studio.root:pom:3.6.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.gemoc_studio.root >>>
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.gemoc_studio.root <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO]    Nothing in DepMgt.
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[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 476 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.3 MB/s)
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.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 62 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 276 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 427 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 5.4 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-model/2.0.6/maven-model-2.0.6.jar (86 kB at 6.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 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-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.8 MB/s)
[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.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 395 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 2.9 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/org.eclipse.gemoc.gemoc_studio.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.gemoc.gemoc-studio:gemoc-studio-bom >-----------
[INFO] Building GEMOC Studio BOM 3.6.1-SNAPSHOT                          [2/23]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ gemoc-studio-bom ---
[INFO] org.eclipse.gemoc.gemoc-studio:gemoc-studio-bom:pom:3.6.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ gemoc-studio-bom >>>
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ gemoc-studio-bom <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ gemoc-studio-bom ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ gemoc-studio-bom ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gemoc-studio-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gemoc-studio-bom ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/gemoc-studio-bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/gemoc-studio-bom/3.6.1-SNAPSHOT/gemoc-studio-bom-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.gemoc.gemoc_studio.thirdparty-bundle >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.thirdparty-bundle 3.6.1-SNAPSHOT [3/23]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle ---
[INFO] org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.gemoc.gemoc_studio.thirdparty-bundle:pom:3.6.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle >>>
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.gemoc_studio.thirdparty-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.gemoc.gemoc_studio.thirdparty-bundle/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.thirdparty-bundle-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core >--
[INFO] Building org.eclipse.debug.core 3.15.0-SNAPSHOT                   [4/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 392 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 410 kB/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 962 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 857 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.2/maven-resources-plugin-3.0.2.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.2/maven-resources-plugin-3.0.2.pom (7.1 kB at 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 351 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 725 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 746 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.2/maven-resources-plugin-3.0.2.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.2/maven-resources-plugin-3.0.2.jar (32 kB at 813 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 324 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 920 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 594 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 2.6 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.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 460 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.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 376 kB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.debug.core ---
[INFO] org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.debug.core >>>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.debug.core ---
[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 69 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 974 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 146 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 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 135 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 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 222 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 47 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 122 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 54 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 136 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 584 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 247 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] 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] 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] 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] 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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 8.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] 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-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 412 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 725 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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 558 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.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 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 6.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 4.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 214 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 18 MB/s)
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/org.eclipse.debug.core_3.15.0.v20200224-0654.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.debug.core ---
[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 143 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 476 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 97 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 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 621 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 58 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 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 59 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 370 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 384 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 861 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 286 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 214 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.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 25 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 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 17 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 158 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 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 206 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 600 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 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 38 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 94 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 120 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 515 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 147 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 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 116 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 317 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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 379 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 353 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 426 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 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.2 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 678 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.5 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 948 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.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 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 103 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 236 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 696 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 949 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/apache/maven/maven-artifact/3.0/maven-artifact-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] 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 6.1 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 29 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-artifact/3.0/maven-artifact-3.0.jar (52 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-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 771 kB/s)
[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 5.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 969 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 868 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 2.0 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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.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 843 kB/s)
[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 5.4 MB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 47 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.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 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.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 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.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 262 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 120 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.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 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 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-interpolation/1.24/plexus-interpolation-1.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 391 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 243 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 396 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.debug.core ---
[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 22 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 210 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 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 36 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 47 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 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 61 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 29 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 33 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 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 93 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 146 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 81 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.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 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 269 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 346 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.4/plexus-compiler-api-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 53 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 192 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.4/plexus-compiler-manager-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 24 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-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.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.2.1/maven-shared-utils-3.2.1.jar (167 kB at 15 MB/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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.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 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 226 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.4/plexus-compiler-api-2.8.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 423 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.4/plexus-compiler-manager-2.8.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 444 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 626 kB/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 862 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 74 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 16 kB/s)
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.debug.core ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.debug.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.debug.core ---
Unable to process: org.eclipse.debug.internal.core.WatchExpression
Unable to process: org.eclipse.debug.internal.core.OutputStreamMonitor
Unable to process: org.eclipse.debug.internal.core.NullStreamsProxy$NullStreamMonitor
Unable to process: org.eclipse.debug.internal.core.InputStreamMonitor
Unable to process: org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.debug.core ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.debug.core ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.debug.core ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/org.eclipse.debug.core_3.15.0.v20200224-0654.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.debug.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.debug.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.debug.core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 92 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.12.4/maven-surefire-common-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 191 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.1/maven-plugin-annotations-3.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.1/maven-plugin-annotations-3.1.pom (1.6 kB at 5.3 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.1/maven-plugin-tools-3.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.1/maven-plugin-tools-3.1.pom (16 kB at 522 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 464 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 425 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.1/maven-plugin-annotations-3.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.12.4/maven-surefire-common-2.12.4.jar (263 kB at 3.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 372 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 137 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 99 kB/s)
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.debug.core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 156 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 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 71 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 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 582 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] 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 198 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-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 559 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 506 kB/s)
[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 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.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 233 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-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.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 737 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 3.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 832 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 864 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.5 MB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/target/org.eclipse.debug.core-3.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.debug.core ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/target/org.eclipse.debug.core-3.15.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.debug.core/3.15.0-SNAPSHOT/org.eclipse.debug.core-3.15.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.debug.core/3.15.0-SNAPSHOT/org.eclipse.debug.core-3.15.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui >--
[INFO] Building org.eclipse.debug.ui 3.14.700-SNAPSHOT                   [5/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.debug.ui ---
[INFO] org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.debug.ui >>>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.debug.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/org.eclipse.debug.ui_3.14.700.v20201123-0650.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.debug.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.debug.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.debug.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.debug.ui ---
Unable to process: org.eclipse.debug.ui.sourcelookup.CommonSourceNotFoundEditor
Unable to process: org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
Unable to process: org.eclipse.debug.ui.actions.ToggleBreakpointAction
Unable to process: org.eclipse.debug.ui.actions.RunToLineAction
Unable to process: org.eclipse.debug.ui.actions.RunToLineActionDelegate
Unable to process: org.eclipse.debug.ui.actions.DebugCommandAction
Unable to process: org.eclipse.debug.ui.actions.DebugCommandHandler
Unable to process: org.eclipse.debug.ui.memory.AbstractTableRendering
Unable to process: org.eclipse.debug.ui.memory.AbstractMemoryRendering
Unable to process: org.eclipse.debug.ui.CommonTab$13
Unable to process: org.eclipse.debug.ui.CommonTab
Unable to process: org.eclipse.debug.ui.PrototypeTab$ColumnValueLabelProvider
Unable to process: org.eclipse.debug.ui.PrototypeTab
Unable to process: org.eclipse.debug.ui.StringVariableSelectionDialog
Unable to process: org.eclipse.debug.ui.DebugUITools
Unable to process: org.eclipse.debug.ui.EnvironmentTab
Unable to process: org.eclipse.debug.ui.EnvironmentTab$NativeEnvironmentSelectionDialog$2
Unable to process: org.eclipse.debug.ui.AbstractDebugView
Unable to process: org.eclipse.debug.internal.ui.actions.expressions.WatchExpressionDialog
Unable to process: org.eclipse.debug.internal.ui.actions.variables.details.DetailPaneMaxLengthDialog
Unable to process: org.eclipse.debug.internal.ui.actions.variables.ShowTypesAction
Unable to process: org.eclipse.debug.internal.ui.actions.variables.ChangeVariableValueAction
Unable to process: org.eclipse.debug.internal.ui.actions.variables.ChangeVariableValueInputDialog
Unable to process: org.eclipse.debug.internal.ui.actions.breakpoints.EnableBreakpointsAction
Unable to process: org.eclipse.debug.internal.ui.actions.breakpoints.OpenBreakpointMarkerAction
Unable to process: org.eclipse.debug.internal.ui.actions.breakpoints.RemoveBreakpointAction
Unable to process: org.eclipse.debug.internal.ui.actions.breakpointGroups.SelectBreakpointWorkingsetDialog
Unable to process: org.eclipse.debug.internal.ui.actions.breakpointGroups.GroupBreakpointsByDialog
Unable to process: org.eclipse.debug.internal.ui.actions.AbstractDebugActionDelegate
Unable to process: org.eclipse.debug.internal.ui.actions.AddToFavoritesAction
Unable to process: org.eclipse.debug.internal.ui.actions.ToggleFilterAction
Unable to process: org.eclipse.debug.internal.ui.commands.actions.ExecuteActionRequest
Unable to process: org.eclipse.debug.internal.ui.commands.actions.TerminateAndRelaunchAction
Unable to process: org.eclipse.debug.internal.ui.viewers.model.provisional.ViewerInputService
Unable to process: org.eclipse.debug.internal.ui.viewers.model.InternalVirtualTreeModelViewer
Unable to process: org.eclipse.debug.internal.ui.viewers.model.VirtualCopyToClipboardActionDelegate
Unable to process: org.eclipse.debug.internal.ui.viewers.model.ViewerStateTracker
Unable to process: org.eclipse.debug.internal.ui.viewers.model.ViewerStateTracker$1
Unable to process: org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider
Unable to process: org.eclipse.debug.internal.ui.viewers.model.ElementMementoRequest
Unable to process: org.eclipse.debug.internal.ui.viewers.model.ChildrenCountUpdate
Unable to process: org.eclipse.debug.internal.ui.viewers.model.ChildrenCountUpdate$1
Unable to process: org.eclipse.debug.internal.ui.viewers.model.ElementCompareRequest
Unable to process: org.eclipse.debug.internal.ui.viewers.model.VirtualFindAction
Unable to process: org.eclipse.debug.internal.ui.viewers.model.InternalTreeModelViewer
Unable to process: org.eclipse.debug.internal.ui.viewers.model.TimeTriggeredProgressMonitorDialog
Unable to process: org.eclipse.debug.internal.ui.viewers.model.TreeModelLabelProvider
Unable to process: org.eclipse.debug.internal.ui.viewers.breadcrumb.BreadcrumbViewer
Unable to process: org.eclipse.debug.internal.ui.viewers.breadcrumb.BreadcrumbItemDropDown$AccessibleArrowImage
Unable to process: org.eclipse.debug.internal.ui.viewers.breadcrumb.BreadcrumbItemDropDown
Unable to process: org.eclipse.debug.internal.ui.viewers.breadcrumb.AbstractBreadcrumb
Unable to process: org.eclipse.debug.internal.ui.viewers.breadcrumb.BreadcrumbItemDetails
Unable to process: org.eclipse.debug.internal.ui.viewers.breadcrumb.TreeViewerDropDown
Unable to process: org.eclipse.debug.internal.ui.viewers.AsynchronousModel
Unable to process: org.eclipse.debug.internal.ui.preferences.RunDebugPropertiesPage
Unable to process: org.eclipse.debug.internal.ui.preferences.StringVariablePreferencePage
Unable to process: org.eclipse.debug.internal.ui.preferences.ProcessPropertyPage
Unable to process: org.eclipse.debug.internal.ui.preferences.LaunchersPreferencePage
Unable to process: org.eclipse.debug.internal.ui.preferences.LaunchConfigurationsPreferencePage
Unable to process: org.eclipse.debug.internal.ui.preferences.LaunchPerspectivePreferencePage
Unable to process: org.eclipse.debug.internal.ui.preferences.ConsolePreferencePage
Unable to process: org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView
Unable to process: org.eclipse.debug.internal.ui.views.breakpoints.BreakpointWorkingSetPage
Unable to process: org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerManager
Unable to process: org.eclipse.debug.internal.ui.views.memory.renderings.BasicDebugViewContentProvider
Unable to process: org.eclipse.debug.internal.ui.views.memory.renderings.CreateRendering
Unable to process: org.eclipse.debug.internal.ui.views.memory.renderings.TableRenderingPrefAction
Unable to process: org.eclipse.debug.internal.ui.views.memory.renderings.AsyncTableRenderingViewer
Unable to process: org.eclipse.debug.internal.ui.views.memory.MemoryViewPrefAction
Unable to process: org.eclipse.debug.internal.ui.views.memory.MemoryViewTab
Unable to process: org.eclipse.debug.internal.ui.views.memory.AddMemoryRenderingDialog
Unable to process: org.eclipse.debug.internal.ui.views.memory.SwitchMemoryBlockAction
Unable to process: org.eclipse.debug.internal.ui.views.memory.MemoryViewSynchronizationService
Unable to process: org.eclipse.debug.internal.ui.views.memory.AbstractMemoryViewPane
Unable to process: org.eclipse.debug.internal.ui.views.memory.MemoryBlocksTreeViewPane
Unable to process: org.eclipse.debug.internal.ui.views.memory.RenderingViewPane
Unable to process: org.eclipse.debug.internal.ui.views.launch.LaunchView
Unable to process: org.eclipse.debug.internal.ui.views.launch.LaunchViewBreadcrumb
Unable to process: org.eclipse.debug.internal.ui.views.launch.LaunchViewBreadcrumb$3
Unable to process: org.eclipse.debug.internal.ui.views.variables.details.DefaultDetailPane
Unable to process: org.eclipse.debug.internal.ui.views.variables.ToggleShowColumnsAction
Unable to process: org.eclipse.debug.internal.ui.views.variables.SelectLogicalStructureAction
Unable to process: org.eclipse.debug.internal.ui.views.variables.LogicalStructureCache
Unable to process: org.eclipse.debug.internal.ui.views.variables.LogicalStructureCache$LogicalStructureTypeCache
Unable to process: org.eclipse.debug.internal.ui.views.variables.ToggleLogicalStructureAction
Unable to process: org.eclipse.debug.internal.ui.views.variables.VariablesView
Unable to process: org.eclipse.debug.internal.ui.views.variables.VariablesView$SelectionProviderWrapper
Unable to process: org.eclipse.debug.internal.ui.views.console.ProcessConsole
Unable to process: org.eclipse.debug.internal.ui.views.console.ProcessConsolePageParticipant
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.browsers.ArchiveSourceContainerBrowser
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.browsers.FolderSourceContainerDialog
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.browsers.ArchiveFilter
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.browsers.DirectorySourceContainerDialog
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.AddSourceContainerDialog
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.Prompter
Unable to process: org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility
Unable to process: org.eclipse.debug.internal.ui.stringsubstitution.PromptingResolver
Unable to process: org.eclipse.debug.internal.ui.stringsubstitution.SelectedResourceManager
Unable to process: org.eclipse.debug.internal.ui.groups.GroupCycleHandler
Unable to process: org.eclipse.debug.internal.ui.groups.UnsupportedModeHandler
Unable to process: org.eclipse.debug.internal.ui.groups.GroupLaunchConfigurationTabGroup$GroupLaunchTab
Unable to process: org.eclipse.debug.internal.ui.groups.GroupLaunchConfigurationTabGroup
Unable to process: org.eclipse.debug.internal.ui.groups.CommonTabLite
Unable to process: org.eclipse.debug.internal.ui.groups.GroupLaunchConfigurationSelectionDialog
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchDelegateNotAvailableHandler
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationComparator
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationFilteredTree
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.FavoritesDialog
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutSelectionDialog
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.PerspectiveManager$MyUIJob
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.SelectLaunchersDialog
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer
Unable to process: org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView
Unable to process: org.eclipse.debug.internal.ui.model.elements.BreakpointManagerContentProvider$InputData
Unable to process: org.eclipse.debug.internal.ui.model.elements.VariableContentProvider
Unable to process: org.eclipse.debug.internal.ui.quickaccess.AbstractLaunchQuickAccessComputer
Unable to process: org.eclipse.debug.internal.ui.importexport.launchconfigurations.ImportLaunchConfigurationsWizardPage
Unable to process: org.eclipse.debug.internal.ui.importexport.launchconfigurations.ExportLaunchConfigurationsWizardPage
Unable to process: org.eclipse.debug.internal.ui.importexport.breakpoints.EmbeddedBreakpointsViewer
Unable to process: org.eclipse.debug.internal.ui.importexport.breakpoints.WizardImportBreakpointsSelectionPage
Unable to process: org.eclipse.debug.internal.ui.importexport.breakpoints.WizardExportBreakpointsPage
Unable to process: org.eclipse.debug.internal.ui.memory.provisional.AbstractAsyncTableRendering$3$1
Unable to process: org.eclipse.debug.internal.ui.memory.provisional.AbstractAsyncTableRendering
Unable to process: org.eclipse.debug.internal.ui.memory.RenderingBindings
Unable to process: org.eclipse.debug.internal.ui.memory.MemoryRenderingManager
Unable to process: org.eclipse.debug.internal.ui.contexts.DebugContextSourceProvider
Unable to process: org.eclipse.debug.internal.ui.contexts.DebugWindowContextService
Unable to process: org.eclipse.debug.internal.ui.contextlaunching.LaunchingResourceManager
Unable to process: org.eclipse.debug.internal.ui.WorkingDirectoryStatusHandler
Unable to process: org.eclipse.debug.internal.ui.DebugPluginImages
Unable to process: org.eclipse.debug.internal.ui.DebugUIPlugin$2
Unable to process: org.eclipse.debug.internal.ui.DebugUIPlugin
Unable to process: org.eclipse.debug.internal.ui.MultipleInputDialog
Unable to process: org.eclipse.debug.internal.ui.AbstractDebugListSelectionDialog
Unable to process: org.eclipse.debug.internal.ui.DebugUIPreferenceInitializer
Unable to process: org.eclipse.debug.internal.ui.ImageDescriptorRegistry
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.debug.ui ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.debug.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.debug.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/org.eclipse.debug.ui_3.14.700.v20201123-0650.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.debug.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.debug.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.debug.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.14.700-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.debug.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.14.700-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.debug.ui/3.14.700-SNAPSHOT/org.eclipse.debug.ui-3.14.700-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.debug.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.debug.ui/3.14.700-SNAPSHOT/org.eclipse.debug.ui-3.14.700-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare >--
[INFO] Building org.eclipse.emf.compare 3.5.3-SNAPSHOT                   [6/23]
[INFO] --------------------------------[ jar ]---------------------------------
[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 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/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 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.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 27 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 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.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 42 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 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom (1.7 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom (1.7 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom (2.3 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.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 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom (2.3 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.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 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom (2.3 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom (2.3 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/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 84 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.34.0/org.eclipse.emf.ecore-2.34.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.34.0/org.eclipse.emf.ecore-2.34.0.pom (2.4 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.pom (2.4 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (1.0 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.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 60 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.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 41 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.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 68 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.35.0/org.eclipse.emf.ecore.xmi-2.35.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.35.0/org.eclipse.emf.ecore.xmi-2.35.0.pom (2.2 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.pom (11 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.0-jre/guava-parent-32.0.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.0-jre/guava-parent-32.0.0-jre.pom (21 kB at 578 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 134 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 536 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 163 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 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom (2.1 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom (2.2 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom (11 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar
[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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.35.0/org.eclipse.emf.ecore.xmi-2.35.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar
[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 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.jar (376 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 192 kB/s)
[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 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar (3.0 MB at 29 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 82 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar (16 kB at 135 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar (1.4 MB at 11 MB/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.35.0/org.eclipse.emf.ecore.xmi-2.35.0.jar (245 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar (224 kB at 1.6 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.emf.compare ---
[INFO] org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.35.0:compile
[INFO] |  \- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.35.0:compile
[INFO] \- com.google.guava:guava:jar:32.0.0-jre:compile
[INFO]    +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO]    +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO]    +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO]    +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO]    +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO]    \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.emf.compare >>>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.emf.compare ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/org.eclipse.emf.compare_3.5.3.202011201248.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.emf.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.emf.compare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.emf.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.emf.compare ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.emf.compare <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.emf.compare ---
Unable to process: org.eclipse.emf.compare.req.DefaultReqEngine
Unable to process: org.eclipse.emf.compare.internal.conflict.AttributeChangeConflictSearch$Move
Unable to process: org.eclipse.emf.compare.internal.conflict.NonContainmentRefChangeConflictSearch$Move
Unable to process: org.eclipse.emf.compare.internal.conflict.NonContainmentRefChangeConflictSearch$Change
Unable to process: org.eclipse.emf.compare.internal.conflict.AttributeChangeConflictSearch$Delete
Unable to process: org.eclipse.emf.compare.internal.conflict.ContainmentRefChangeConflictSearch$Add
Unable to process: org.eclipse.emf.compare.internal.conflict.ContainmentRefChangeConflictSearch$Delete
Unable to process: org.eclipse.emf.compare.internal.conflict.NonContainmentRefChangeConflictSearch$Delete
Unable to process: org.eclipse.emf.compare.internal.conflict.NonContainmentRefChangeConflictSearch$Add
Unable to process: org.eclipse.emf.compare.internal.conflict.ContainmentRefChangeConflictSearch$Move
Unable to process: org.eclipse.emf.compare.internal.conflict.ResourceAttachmentChangeConflictSearch$Move
Unable to process: org.eclipse.emf.compare.internal.conflict.ResourceAttachmentChangeConflictSearch$Add
Unable to process: org.eclipse.emf.compare.internal.conflict.FeatureMapChangeConflictSearch$Delete
Unable to process: org.eclipse.emf.compare.internal.conflict.ContainmentRefChangeConflictSearch$Change
Unable to process: org.eclipse.emf.compare.internal.conflict.DiffTreeIterator
Unable to process: org.eclipse.emf.compare.internal.conflict.AttributeChangeConflictSearch$Change
Unable to process: org.eclipse.emf.compare.internal.conflict.ResourceAttachmentChangeConflictSearch$Delete
Unable to process: org.eclipse.emf.compare.internal.conflict.AttributeChangeConflictSearch$Add
Unable to process: org.eclipse.emf.compare.internal.conflict.FeatureMapChangeConflictSearch$Change
Unable to process: org.eclipse.emf.compare.internal.conflict.FeatureMapChangeConflictSearch$Move
Unable to process: org.eclipse.emf.compare.internal.conflict.FeatureMapChangeConflictSearch$Add
Unable to process: org.eclipse.emf.compare.internal.utils.DiffUtil
Unable to process: org.eclipse.emf.compare.merge.AbstractMerger
Unable to process: org.eclipse.emf.compare.merge.AttributeChangeMerger
Unable to process: org.eclipse.emf.compare.utils.MatchUtil
Unable to process: org.eclipse.emf.compare.equi.DefaultEquiEngine
Unable to process: org.eclipse.emf.compare.conflict.DefaultConflictDetector
Unable to process: org.eclipse.emf.compare.diff.FeatureFilter
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.emf.compare ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.compare ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.emf.compare ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/org.eclipse.emf.compare_3.5.3.202011201248.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.emf.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.emf.compare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.emf.compare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.emf.compare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.emf.compare ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.emf.compare ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/target/org.eclipse.emf.compare-3.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.emf.compare ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/target/org.eclipse.emf.compare-3.5.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.compare/3.5.3-SNAPSHOT/org.eclipse.emf.compare-3.5.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.compare/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.compare/3.5.3-SNAPSHOT/org.eclipse.emf.compare-3.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit >--
[INFO] Building org.eclipse.emf.edit 2.16.0-SNAPSHOT                     [7/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.emf.edit ---
[INFO] org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.emf.edit >>>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.emf.edit ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/org.eclipse.emf.edit_2.16.0.20190920.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.emf.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.emf.edit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.emf.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.emf.edit ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.emf.edit <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.emf.edit ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.emf.edit ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edit ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.emf.edit ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/org.eclipse.emf.edit_2.16.0.20190920.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.emf.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.emf.edit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.emf.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.emf.edit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.emf.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.emf.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/target/org.eclipse.emf.edit-2.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.emf.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/target/org.eclipse.emf.edit-2.16.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.edit/2.16.0-SNAPSHOT/org.eclipse.emf.edit-2.16.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.edit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.edit/2.16.0-SNAPSHOT/org.eclipse.emf.edit-2.16.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction >--
[INFO] Building org.eclipse.emf.transaction 1.9.1-SNAPSHOT               [8/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.emf.transaction ---
[INFO] org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.emf.transaction >>>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.emf.transaction ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/org.eclipse.emf.transaction_1.9.1.201805140824.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.emf.transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.emf.transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.emf.transaction <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.emf.transaction ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.emf.transaction ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.emf.transaction ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] unzipping file
    [unzip] Expanding: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/org.eclipse.emf.transaction_1.9.1.201805140824.jar into /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/target/classes
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.emf.transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.emf.transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.emf.transaction ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.emf.transaction ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.transaction/1.9.1-SNAPSHOT/org.eclipse.emf.transaction-1.9.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pomfirst/thirdparty-bundle/org.eclipse.emf.transaction/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.transaction/1.9.1-SNAPSHOT/org.eclipse.emf.transaction-1.9.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.root >--
[INFO] Building org.eclipse.gemoc.commons.root 3.6.1-SNAPSHOT            [9/23]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.31.0/xtend-maven-plugin-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.31.0/xtend-maven-plugin-2.31.0.pom (6.9 kB at 182 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.31.0/org.eclipse.xtend.maven.parent-2.31.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.31.0/org.eclipse.xtend.maven.parent-2.31.0.pom (7.0 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-parent/2.31.0/xtext-parent-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-parent/2.31.0/xtext-parent-2.31.0.pom (25 kB at 830 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.31.0/xtext-dev-bom-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.31.0/xtext-dev-bom-2.31.0.pom (16 kB at 674 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.31.0/xtend-maven-plugin-2.31.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.31.0/xtend-maven-plugin-2.31.0.jar (124 kB at 3.9 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.commons.root ---
[INFO] org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.root:pom:3.6.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.commons.root >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.root ---
[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 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 645 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 135 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 70 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 70 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 132 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.31.0/org.eclipse.xtend.core-2.31.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.31.0/org.eclipse.xtend.core-2.31.0.pom (1.8 kB at 122 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.31.0/org.eclipse.xtext.xbase-2.31.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.31.0/org.eclipse.xtext.xbase-2.31.0.pom (1.2 kB at 35 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.31.0/org.eclipse.xtext.common.types-2.31.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.31.0/org.eclipse.xtext.common.types-2.31.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/xtext/org.eclipse.xtext/2.31.0/org.eclipse.xtext-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.31.0/org.eclipse.xtext-2.31.0.pom (2.9 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.31.0/org.eclipse.xtend.lib-2.31.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.31.0/org.eclipse.xtend.lib-2.31.0.pom (1.2 kB at 22 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.31.0/org.eclipse.xtext.xbase.lib-2.31.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.31.0/org.eclipse.xtext.xbase.lib-2.31.0.pom (726 B at 10 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.31.0/org.eclipse.xtend.lib.macro-2.31.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.31.0/org.eclipse.xtend.lib.macro-2.31.0.pom (865 B at 18 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.31.0/org.eclipse.xtext.util-2.31.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.31.0/org.eclipse.xtext.util-2.31.0.pom (1.7 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.pom (16 kB at 750 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 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.pom (9.0 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom (19 kB at 169 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 123 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 1.2 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 363 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 840 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 450 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 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 5.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.pom (30 kB at 9.9 MB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml (371 B at 395 B/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-SNAPSHOT.pom
[WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
[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 5.3 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.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 118 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 981 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 2.4 MB/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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.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 966 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.4.200/org.eclipse.jdt.compiler.apt-1.4.200.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.4.200/org.eclipse.jdt.compiler.apt-1.4.200.pom (2.1 kB at 304 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.3.200/org.eclipse.jdt.compiler.tool-1.3.200.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.3.200/org.eclipse.jdt.compiler.tool-1.3.200.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/xtext/org.eclipse.xtext.smap/2.31.0/org.eclipse.xtext.smap-2.31.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.31.0/org.eclipse.xtext.smap-2.31.0.pom (791 B at 396 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 370 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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.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 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[INFO] 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] 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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.31.0/org.eclipse.xtend.core-2.31.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.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 266 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.jar
[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.jar (150 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.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.26.0/org.eclipse.core.runtime-3.26.0.jar (76 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.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 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.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.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.jar (112 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.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.jar (201 kB at 3.1 MB/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.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar (139 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.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/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 450 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.31.0/org.eclipse.jdt.core-3.31.0.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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.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/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.4.200/org.eclipse.jdt.compiler.apt-1.4.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.jar (73 kB at 699 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.3.200/org.eclipse.jdt.compiler.tool-1.3.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.3.200/org.eclipse.jdt.compiler.tool-1.3.200.jar (108 kB at 949 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.31.0/org.eclipse.xtext.xbase-2.31.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.4.200/org.eclipse.jdt.compiler.apt-1.4.200.jar (230 kB at 2.0 MB/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.31.0/org.eclipse.xtext.common.types-2.31.0.jar
[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.jar (1.5 MB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar (558 kB at 3.9 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.31.0/org.eclipse.xtext.xbase.lib-2.31.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.31.0/org.eclipse.xtext.common.types-2.31.0.jar (518 kB at 3.5 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.31.0/org.eclipse.xtext.util-2.31.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.31.0/org.eclipse.xtext.xbase.lib-2.31.0.jar (167 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.smap/2.31.0/org.eclipse.xtext.smap-2.31.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.31.0/org.eclipse.xtext.util-2.31.0.jar (320 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.31.0/org.eclipse.xtext-2.31.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.31.0/org.eclipse.xtend.core-2.31.0.jar (1.4 MB at 8.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.31.0/org.eclipse.xtend.lib-2.31.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.31.0/org.eclipse.xtext.smap-2.31.0.jar (23 kB at 135 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.31.0/org.eclipse.xtend.lib.macro-2.31.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.31.0/org.eclipse.xtend.lib-2.31.0.jar (135 kB at 742 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.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.31.0/org.eclipse.xtend.lib.macro-2.31.0.jar (82 kB at 442 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.31.0/org.eclipse.xtext.xbase-2.31.0.jar (2.6 MB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.jar
[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.jar (376 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.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 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar (1.3 MB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.jar (773 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.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 17 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/eclipse/xtext/org.eclipse.xtext/2.31.0/org.eclipse.xtext-2.31.0.jar (2.8 MB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 858 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 526 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.0/org.eclipse.core.resources-3.18.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.jar (369 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.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/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar (332 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.0/org.eclipse.debug.core-3.20.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.8.200/org.eclipse.core.expressions-3.8.200.jar (96 kB at 313 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.core/3.31.0/org.eclipse.jdt.core-3.31.0.jar (7.0 MB at 23 MB/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.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 116 kB/s)
[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.jar (915 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 387 kB/s)
[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.jar (410 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.jar (302 kB at 957 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 532 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar (117 kB at 360 kB/s)
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/test/java]' does not exist.
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.commons.root <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.commons.root ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.commons.root ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.commons.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api >--
[INFO] Building org.eclipse.gemoc.commons.eclipse.messagingsystem.api 3.6.1-SNAPSHOT [10/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom (7.3 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar (69 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.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 62 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 89 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 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/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 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.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/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.jar
[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.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar (67 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.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.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.jar (136 kB at 2.6 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.19.0/org.eclipse.core.runtime-3.19.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar (195 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.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 13 MB/s)
[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.3 MB/s)
[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 19 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar (94 kB at 1.0 MB/s)
[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.jar (73 kB at 706 kB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT
[INFO] \- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO]    +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO]    +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO]    |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO]    |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO]    |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO]    \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO]       +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO]       +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO]       |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO]       |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO]       +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO]       \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 236 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 333 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 213 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 91 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 1.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 535 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-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-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 375 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 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-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 24 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/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 1.0 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 4.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 6.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 1.1 MB/s)
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/classes
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java/org/eclipse/gemoc/commons/messagingsystem/api/impl/ClientMessagingSystem.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java/org/eclipse/gemoc/commons/messagingsystem/api/impl/ClientMessagingSystem.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java/org/eclipse/gemoc/commons/messagingsystem/api/impl/ClientMessagingSystem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
Unable to process: org.eclipse.gemoc.commons.messagingsystem.api.reference.TextReference
Unable to process: org.eclipse.gemoc.commons.messagingsystem.api.impl.ClientMessagingSystem
Unable to process: org.eclipse.gemoc.commons.messagingsystem.api.impl.StdioSimpleMessagingSystem
Unable to process: org.eclipse.gemoc.commons.messagingsystem.api.impl.Server4MessagingSystem
Unable to process: org.eclipse.gemoc.commons.messagingsystem.api.impl.ErrorAwareMessagingSystem
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/classes
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java/org/eclipse/gemoc/commons/messagingsystem/api/impl/ClientMessagingSystem.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java/org/eclipse/gemoc/commons/messagingsystem/api/impl/ClientMessagingSystem.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/src/main/java/org/eclipse/gemoc/commons/messagingsystem/api/impl/ClientMessagingSystem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse >--
[INFO] Building org.eclipse.gemoc.commons.eclipse 3.6.1-SNAPSHOT        [11/23]
[INFO] --------------------------------[ jar ]---------------------------------
[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.jar
[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.jar (1.3 MB at 8.4 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] \- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.commons.eclipse >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-one) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.commons.eclipse <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.commons.eclipse ---
Unable to process: org.eclipse.gemoc.commons.eclipse.core.resources.IFileUtils
Unable to process: org.eclipse.gemoc.commons.eclipse.core.resources.IProjectUtils
Unable to process: org.eclipse.gemoc.commons.eclipse.emf.EObjectUtil
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-one) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/target/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.pde >--
[INFO] Building org.eclipse.gemoc.commons.eclipse.pde 3.6.1-SNAPSHOT    [12/23]
[INFO] --------------------------------[ jar ]---------------------------------
[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 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (974 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom (2.1 kB at 56 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 (918 B at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.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 23 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 83 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 64 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 58 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 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.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 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom (1.9 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom (1.9 kB at 80 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 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom (1.9 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom (1.9 kB at 60 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 61 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 31 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 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.0/org.eclipse.core.commands-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.0/org.eclipse.core.commands-3.11.0.pom (1.6 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 26 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 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom (2.4 kB at 60 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 79 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 72 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 4.5 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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 2.4 MB/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 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.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 306 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 175 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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.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 818 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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.0/org.eclipse.text-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.0/org.eclipse.text-3.13.0.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom (2.2 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar (306 kB at 22 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar (120 kB at 4.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar (7.0 MB at 33 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.pde:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |  |  |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |  |  |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |  |  \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile (version selected from constraint [3.6.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.core.commands:jar:3.11.100:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[INFO] \- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse:jar:3.6.1-SNAPSHOT:compile
[INFO]    +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO]    \- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.commons.eclipse.pde >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-one) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.commons.eclipse.pde <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.commons.eclipse.pde ---
Unable to process: org.eclipse.gemoc.commons.eclipse.pde.classpath.BuildPropertiesHelper
Unable to process: org.eclipse.gemoc.commons.eclipse.pde.manifest.ManifestChanger
Unable to process: org.eclipse.gemoc.commons.eclipse.pde.manifest.ManifestChangerSingleton
Unable to process: org.eclipse.gemoc.commons.eclipse.pde.manifest.ManifestChangerPluginDependency
Unable to process: org.eclipse.gemoc.commons.eclipse.pde.manifest.ManifestChangerExportPackage
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse:jar:3.6.1-SNAPSHOT:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-one) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/target/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.commons.eclipse.pde/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.dsl.model >--
[INFO] Building org.eclipse.gemoc.dsl.model 3.6.1-SNAPSHOT              [13/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.dsl.model ---
[INFO] org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.dsl.model:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] \- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.dsl.model >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 2 resources to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/src/main/resources/model
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.model ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.dsl.model <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.dsl.model ---
Unable to process: org.eclipse.gemoc.dsl.impl.DslImpl
Unable to process: org.eclipse.gemoc.dsl.impl.EntryImpl
Unable to process: org.eclipse.gemoc.dsl.impl.DslFactoryImpl
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.dsl.model ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.model ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 2 resources to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/src/main/resources/model
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.model ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.dsl.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.dsl.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/org.eclipse.gemoc.dsl.model-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.dsl.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/target/org.eclipse.gemoc.dsl.model-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.dsl.model/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pomfirst/org.eclipse.gemoc.dsl.model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/org.eclipse.gemoc.dsl.model/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.modeldebugging.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.root 3.6.1-SNAPSHOT    [14/23]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.32.0/xtend-maven-plugin-2.32.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.32.0/xtend-maven-plugin-2.32.0.pom (6.9 kB at 267 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.32.0/org.eclipse.xtend.maven.parent-2.32.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.32.0/org.eclipse.xtend.maven.parent-2.32.0.pom (7.0 kB at 500 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-parent/2.32.0/xtext-parent-2.32.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-parent/2.32.0/xtext-parent-2.32.0.pom (25 kB at 639 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.32.0/xtext-dev-bom-2.32.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.32.0/xtext-dev-bom-2.32.0.pom (16 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.32.0/xtend-maven-plugin-2.32.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.32.0/xtend-maven-plugin-2.32.0.jar (124 kB at 2.6 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.modeldebugging.root:pom:3.6.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.modeldebugging.root >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom (13 kB at 414 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom (20 kB at 497 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.32.0/org.eclipse.xtend.core-2.32.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.32.0/org.eclipse.xtend.core-2.32.0.pom (1.6 kB at 82 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.32.0/org.eclipse.xtext.xbase-2.32.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.32.0/org.eclipse.xtext.xbase-2.32.0.pom (1.2 kB at 34 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.32.0/org.eclipse.xtext.common.types-2.32.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.32.0/org.eclipse.xtext.common.types-2.32.0.pom (1.0 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.32.0/org.eclipse.xtext-2.32.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.32.0/org.eclipse.xtext-2.32.0.pom (2.9 kB at 115 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.32.0/org.eclipse.xtend.lib-2.32.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.32.0/org.eclipse.xtend.lib-2.32.0.pom (1.2 kB at 26 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.32.0/org.eclipse.xtext.xbase.lib-2.32.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.32.0/org.eclipse.xtext.xbase.lib-2.32.0.pom (726 B at 36 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.32.0/org.eclipse.xtend.lib.macro-2.32.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.32.0/org.eclipse.xtend.lib.macro-2.32.0.pom (865 B at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.32.0/org.eclipse.xtext.util-2.32.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.32.0/org.eclipse.xtext.util-2.32.0.pom (1.7 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/7.0.0/guice-7.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/7.0.0/guice-7.0.0.pom (9.8 kB at 378 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/7.0.0/guice-parent-7.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/7.0.0/guice-parent-7.0.0.pom (19 kB at 580 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 395 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 1.0 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.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 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.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 182 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 188 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.32.0/org.eclipse.xtext.smap-2.32.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.32.0/org.eclipse.xtext.smap-2.32.0.pom (791 B at 56 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.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 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.32.0/org.eclipse.xtend.core-2.32.0.jar
[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.jar
[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] 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.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 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/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/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.jar (139 kB at 4.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/xtend/org.eclipse.xtend.core/2.32.0/org.eclipse.xtend.core-2.32.0.jar (1.4 MB at 46 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.jar (117 kB at 3.5 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.32.0/org.eclipse.xtext.xbase-2.32.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.17.100/org.eclipse.equinox.common-3.17.100.jar (151 kB at 3.7 MB/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.32.0/org.eclipse.xtext.common.types-2.32.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar (3.0 MB at 28 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.32.0/org.eclipse.xtext.xbase.lib-2.32.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.32.0/org.eclipse.xtext.common.types-2.32.0.jar (518 kB at 4.0 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.32.0/org.eclipse.xtext.util-2.32.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.32.0/org.eclipse.xtext.xbase.lib-2.32.0.jar (167 kB at 1.2 MB/s)
[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 22 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.32.0/org.eclipse.xtext.smap-2.32.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.32.0/org.eclipse.xtext-2.32.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.32.0/org.eclipse.xtext.xbase-2.32.0.jar (2.6 MB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.32.0/org.eclipse.xtend.lib-2.32.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.32.0/org.eclipse.xtext.smap-2.32.0.jar (23 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.32.0/org.eclipse.xtend.lib.macro-2.32.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.33.0/org.eclipse.jdt.core-3.33.0.jar (4.2 MB at 25 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/7.0.0/guice-7.0.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.32.0/org.eclipse.xtend.lib-2.32.0.jar (135 kB at 726 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.32.0/org.eclipse.xtext-2.32.0.jar (2.8 MB at 14 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/xtend/org.eclipse.xtend.lib.macro/2.32.0/org.eclipse.xtend.lib.macro-2.32.0.jar (82 kB at 426 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.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/xtext/org.eclipse.xtext.util/2.32.0/org.eclipse.xtext.util-2.32.0.jar (320 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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/com/google/inject/guice/7.0.0/guice-7.0.0.jar (802 kB at 3.9 MB/s)
[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.8 MB/s)
[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.jar (304 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.jar (914 kB at 3.9 MB/s)
[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 473 kB/s)
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/test/java]' does not exist.
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.modeldebugging.root <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pomfirst/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.modeldebugging.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.modeldebugging.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.commons.model >--
[INFO] Building org.eclipse.gemoc.trace.commons.model 3.6.1-SNAPSHOT    [15/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.25.0/org.eclipse.emf.codegen.ecore-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.25.0/org.eclipse.emf.codegen.ecore-2.25.0.pom (2.5 kB at 32 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 41 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.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 49 kB/s)
[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.1 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.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 53 kB/s)
[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 (780 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 62 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 47 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 113 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 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.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 45 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 92 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 57 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 22 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 75 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 49 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 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.0/org.eclipse.core.variables-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.0/org.eclipse.core.variables-3.6.0.pom (1.6 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.100/org.eclipse.core.variables-3.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.100/org.eclipse.core.variables-3.6.100.pom (1.6 kB at 84 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.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 53 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 101 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 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.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 189 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 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.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 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.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 36 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 68 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 189 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 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.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 54 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 189 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 176 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 177 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 116 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 165 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 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.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 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom (2.4 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.pom (2.4 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/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 52 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.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 123 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 86 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 152 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 5.2 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 1.3 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.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 174 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 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.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 1.3 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.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 1.3 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.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 868 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.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 1.3 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.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 1.3 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.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 1.3 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.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 1.3 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.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 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.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 5.2 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.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 867 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 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.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 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.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 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.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 2.8 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.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 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/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 4.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.0/org.eclipse.jdt.debug-3.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.0/org.eclipse.jdt.debug-3.21.0.pom (2.3 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom (2.4 kB at 168 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.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 1.6 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.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 1.6 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.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 1.6 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.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 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/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 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/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 225 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 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.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 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.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 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.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 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom (3.2 kB at 91 kB/s)
[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 84 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 167 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 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.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 91 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 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.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 187 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 48 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 59 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 61 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 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.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 214 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 111 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 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom (3.0 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.pom (3.0 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] 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 23 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 75 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 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.compare/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/gemoc/gemoc-studio/thirdparty/bundle/org.eclipse.emf.transaction/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.ide.common/2.31.0/org.eclipse.xtend.ide.common-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.ide.common/2.31.0/org.eclipse.xtend.ide.common-2.31.0.pom (1.1 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.31.0/org.eclipse.xtext.xbase.ide-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.31.0/org.eclipse.xtext.xbase.ide-2.31.0.pom (954 B at 9.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ide/2.31.0/org.eclipse.xtext.ide-2.31.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ide/2.31.0/org.eclipse.xtext.ide-2.31.0.pom (1.0 kB at 14 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 455 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 618 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j/0.21.0/org.eclipse.lsp4j-0.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j/0.21.0/org.eclipse.lsp4j-0.21.0.pom (3.0 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0/org.eclipse.lsp4j.jsonrpc-0.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0/org.eclipse.lsp4j.jsonrpc-0.21.0.pom (3.0 kB at 54 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/maven-metadata.xml (1.4 kB at 101 kB/s)
[INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/maven-metadata.xml (282 B at 176 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom (8.2 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom (4.5 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.pom (9.4 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom (12 kB at 584 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 720 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 894 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 660 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 25 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 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.25.0/org.eclipse.emf.codegen.ecore-2.25.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.100/org.eclipse.core.variables-3.6.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.jar (411 kB at 8.9 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.23.0/org.eclipse.emf.codegen-2.23.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.6.100/org.eclipse.core.variables-3.6.100.jar (38 kB at 818 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.ide.common/2.31.0/org.eclipse.xtend.ide.common-2.31.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.jar (948 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.31.0/org.eclipse.xtext.xbase.ide-2.31.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.jar (597 kB at 8.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ide/2.31.0/org.eclipse.xtext.ide-2.31.0.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.25.0/org.eclipse.emf.codegen.ecore-2.25.0.jar (1.1 MB at 11 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/xtext/org.eclipse.xtext.xbase.ide/2.31.0/org.eclipse.xtext.xbase.ide-2.31.0.jar (624 kB at 3.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.jar (710 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j/0.21.0/org.eclipse.lsp4j-0.21.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.ide.common/2.31.0/org.eclipse.xtend.ide.common-2.31.0.jar (602 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0/org.eclipse.lsp4j.jsonrpc-0.21.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.23.0/org.eclipse.emf.codegen-2.23.0.jar (380 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar (103 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ide/2.31.0/org.eclipse.xtext.ide-2.31.0.jar (509 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0/org.eclipse.lsp4j.jsonrpc-0.21.0.jar (139 kB at 561 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j/0.21.0/org.eclipse.lsp4j-0.21.0.jar (1.1 MB at 4.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 1.2 MB/s)
[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 172 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 1.4 MB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.commons.model:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.20.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |  |  +- org.eclipse.platform:org.eclipse.debug.core:jar:3.21.100:compile
[INFO] |  |  +- org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.100:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.core.variables:jar:3.6.100:compile
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.codegen:jar:2.23.0:compile (version selected from constraint [2.21.0,3.0.0))
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.core.commands:jar:3.11.100:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT:compile
[INFO] |  \- com.google.guava:guava:jar:32.0.0-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] |     +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |     \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.31.0:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[INFO] |  +- org.eclipse.xtext:org.eclipse.xtext.xbase.ide:jar:2.31.0:compile
[INFO] |  |  +- org.eclipse.xtext:org.eclipse.xtext.ide:jar:2.31.0:compile
[INFO] |  |  |  +- org.eclipse.xtext:org.eclipse.xtext:jar:2.31.0:compile
[INFO] |  |  |  |  +- org.eclipse.xtext:org.eclipse.xtext.util:jar:2.31.0:compile
[INFO] |  |  |  |  +- ch.qos.reload4j:reload4j:jar:1.2.24:compile
[INFO] |  |  |  |  +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |  |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  |  |  \- org.antlr:antlr-runtime:jar:3.2:compile
[INFO] |  |  |  +- org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0:compile
[INFO] |  |  |  \- org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.21.0:compile
[INFO] |  |  |     \- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0:compile
[INFO] |  |  |        \- com.google.code.gson:gson:jar:2.10.1:compile (version selected from constraint [2.9.1,2.11))
[INFO] |  |  \- org.eclipse.xtext:org.eclipse.xtext.xbase:jar:2.31.0:compile
[INFO] |  |     \- org.eclipse.xtext:org.eclipse.xtext.common.types:jar:2.31.0:compile
[INFO] |  |        +- org.ow2.asm:asm:jar:9.5:compile
[INFO] |  |        \- io.github.classgraph:classgraph:jar:4.8.149:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.core:jar:2.31.0:compile
[INFO] |     +- org.eclipse.jdt:org.eclipse.jdt.compiler.apt:jar:1.4.200:compile
[INFO] |     \- org.eclipse.jdt:org.eclipse.jdt.compiler.tool:jar:1.3.200:compile
[INFO] +- org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[INFO] +- org.jdom:jdom2:jar:2.0.6:compile
[INFO] \- junit:junit:jar:4.13.1:compile
[INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.trace.commons.model >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 122 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 122 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.trace.commons.model <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.trace.commons.model ---
Unable to process: org.eclipse.gemoc.trace.commons.model.generictrace.impl.GenerictraceFactoryImpl
Unable to process: org.eclipse.gemoc.trace.commons.model.generictrace.util.TraceHelper
Unable to process: org.eclipse.gemoc.trace.commons.model.trace.impl.TraceFactoryImpl
Unable to process: org.eclipse.gemoc.trace.commons.model.launchconfiguration.impl.LaunchconfigurationFactoryImpl
Unable to process: org.eclipse.gemoc.trace.commons.model.helper.StepHelper
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[WARNING]    org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[WARNING]    org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[WARNING]    org.jdom:jdom2:jar:2.0.6:compile
[WARNING]    junit:junit:jar:4.13.1:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 122 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 122 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/org.eclipse.gemoc.trace.commons.model-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/target/org.eclipse.gemoc.trace.commons.model-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.trace.commons.model/3.6.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons.model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.trace.commons.model/3.6.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.xdsmlframework.api >--
[INFO] Building org.eclipse.gemoc.xdsmlframework.api 3.6.1-SNAPSHOT     [16/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.xdsmlframework.api:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.20.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |  |  +- org.eclipse.platform:org.eclipse.debug.core:jar:3.21.100:compile
[INFO] |  |  +- org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.100:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.core.variables:jar:3.6.100:compile
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.codegen:jar:2.23.0:compile (version selected from constraint [2.21.0,3.0.0))
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.core.commands:jar:3.11.100:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT:compile
[INFO] |  \- com.google.guava:guava:jar:32.0.0-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] |     +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |     \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse:jar:3.6.1-SNAPSHOT:compile
[INFO] |  \- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.dsl.model:jar:3.6.1-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.commons.model:jar:3.6.1-SNAPSHOT:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.31.0:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[INFO] |  +- org.eclipse.xtext:org.eclipse.xtext.xbase.ide:jar:2.31.0:compile
[INFO] |  |  +- org.eclipse.xtext:org.eclipse.xtext.ide:jar:2.31.0:compile
[INFO] |  |  |  +- org.eclipse.xtext:org.eclipse.xtext:jar:2.31.0:compile
[INFO] |  |  |  |  +- org.eclipse.xtext:org.eclipse.xtext.util:jar:2.31.0:compile
[INFO] |  |  |  |  +- ch.qos.reload4j:reload4j:jar:1.2.24:compile
[INFO] |  |  |  |  +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |  |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  |  |  \- org.antlr:antlr-runtime:jar:3.2:compile
[INFO] |  |  |  +- org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0:compile
[INFO] |  |  |  \- org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.21.0:compile
[INFO] |  |  |     \- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0:compile
[INFO] |  |  |        \- com.google.code.gson:gson:jar:2.10.1:compile (version selected from constraint [2.9.1,2.11))
[INFO] |  |  \- org.eclipse.xtext:org.eclipse.xtext.xbase:jar:2.31.0:compile
[INFO] |  |     \- org.eclipse.xtext:org.eclipse.xtext.common.types:jar:2.31.0:compile
[INFO] |  |        +- org.ow2.asm:asm:jar:9.5:compile
[INFO] |  |        \- io.github.classgraph:classgraph:jar:4.8.149:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.core:jar:2.31.0:compile
[INFO] |     +- org.eclipse.jdt:org.eclipse.jdt.compiler.apt:jar:1.4.200:compile
[INFO] |     \- org.eclipse.jdt:org.eclipse.jdt.compiler.tool:jar:1.3.200:compile
[INFO] +- org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[INFO] +- org.jdom:jdom2:jar:2.0.6:compile
[INFO] \- junit:junit:jar:4.13.1:compile
[INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.xdsmlframework.api >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 35 resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] 
WARNING: 	BatchModelChangeListener.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.xtend
134: Unnecessary cast from EReference to EReference
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/classes
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/extensions/ExtensionPoint.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/extensions/ExtensionPoint.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/extensions/ExtensionPoint.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/xtend-gen/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/xtend-gen/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/xtend-gen/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.xdsmlframework.api <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.xdsmlframework.api ---
Unable to process: org.eclipse.gemoc.xdsmlframework.api.engine_addon.EngineAddonSortingRule
Unable to process: org.eclipse.gemoc.xdsmlframework.api.engine_addon.modelchangelistener.SimpleModelChangeListenerAddon
Unable to process: org.eclipse.gemoc.xdsmlframework.api.engine_addon.modelchangelistener.BatchModelChangeListener
Unable to process: org.eclipse.gemoc.xdsmlframework.api.extensions.Extension
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[WARNING]    org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[WARNING]    org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse:jar:3.6.1-SNAPSHOT:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[WARNING]    org.jdom:jdom2:jar:2.0.6:compile
[WARNING]    junit:junit:jar:4.13.1:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 35 resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] 
WARNING: 	BatchModelChangeListener.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.xtend
134: Unnecessary cast from EReference to EReference
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/classes
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/extensions/ExtensionPoint.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/extensions/ExtensionPoint.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/src/main/java/org/eclipse/gemoc/xdsmlframework/api/extensions/ExtensionPoint.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/xtend-gen/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/xtend-gen/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/xtend-gen/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/org.eclipse.gemoc.xdsmlframework.api-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/target/org.eclipse.gemoc.xdsmlframework.api-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.xdsmlframework.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pomfirst/org.eclipse.gemoc.xdsmlframework.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.xdsmlframework.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.protocols.eaop.api >--
[INFO] Building org.eclipse.gemoc.protocols.eaop.api 3.6.1-SNAPSHOT     [17/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.21.0/org.eclipse.lsp4j.generator-0.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.21.0/org.eclipse.lsp4j.generator-0.21.0.pom (3.2 kB at 455 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.21.0/org.eclipse.lsp4j.generator-0.21.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.21.0/org.eclipse.lsp4j.generator-0.21.0.jar (55 kB at 52 kB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.protocols.eaop.api:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.31.0:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[INFO] |  +- org.eclipse.xtext:org.eclipse.xtext.xbase.ide:jar:2.31.0:compile
[INFO] |  |  +- org.eclipse.xtext:org.eclipse.xtext.ide:jar:2.31.0:compile
[INFO] |  |  |  +- org.eclipse.xtext:org.eclipse.xtext:jar:2.31.0:compile
[INFO] |  |  |  |  +- org.eclipse.xtext:org.eclipse.xtext.util:jar:2.31.0:compile
[INFO] |  |  |  |  +- ch.qos.reload4j:reload4j:jar:1.2.24:compile
[INFO] |  |  |  |  +- org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0:compile
[INFO] |  |  |  |  +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |  |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  |  |  \- org.antlr:antlr-runtime:jar:3.2:compile
[INFO] |  |  |  +- org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0:compile
[INFO] |  |  |  \- org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.21.0:compile
[INFO] |  |  \- org.eclipse.xtext:org.eclipse.xtext.xbase:jar:2.31.0:compile
[INFO] |  |     \- org.eclipse.xtext:org.eclipse.xtext.common.types:jar:2.31.0:compile
[INFO] |  |        +- org.ow2.asm:asm:jar:9.5:compile
[INFO] |  |        \- io.github.classgraph:classgraph:jar:4.8.149:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.core:jar:2.31.0:compile
[INFO] |     +- org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[INFO] |     |  \- org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile (version selected from constraint [3.6.0,4.0.0))
[INFO] |     |     \- org.eclipse.platform:org.eclipse.core.commands:jar:3.11.100:compile
[INFO] |     +- org.eclipse.jdt:org.eclipse.jdt.compiler.apt:jar:1.4.200:compile
[INFO] |     \- org.eclipse.jdt:org.eclipse.jdt.compiler.tool:jar:1.3.200:compile
[INFO] +- org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[INFO] |  \- com.google.guava:guava:jar:32.0.0-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] |     +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |     \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] +- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0:compile
[INFO] |  \- com.google.code.gson:gson:jar:2.10.1:compile (version selected from constraint [2.9.1,2.11))
[INFO] \- org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:0.21.0:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.protocols.eaop.api >>>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src-gen) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java added.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
16: The import 'org.eclipse.lsp4j.jsonrpc.validation.NonNull' is never used.
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
15: The import 'org.eclipse.lsp4j.jsonrpc.messages.Either' is never used.
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
12: The import 'com.google.gson.annotations.SerializedName' is never used.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/classes
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/json/EaopMessageTypeAdapter.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/json/EaopMessageTypeAdapter.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/json/EaopMessageTypeAdapter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 21 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.protocols.eaop.api <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.protocols.eaop.api ---
Unable to process: org.eclipse.gemoc.protocols.eaop.api.data.util.ToStringBuilder$IndentationAwareStringBuilder
Unable to process: org.eclipse.gemoc.protocols.eaop.api.data.util.ToStringBuilder
[WARNING] Used undeclared dependencies found:
[WARNING]    com.google.code.gson:gson:jar:2.10.1:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING]    org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[WARNING]    org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[WARNING]    org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[WARNING]    org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:0.21.0:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src-gen) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java added.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
16: The import 'org.eclipse.lsp4j.jsonrpc.validation.NonNull' is never used.
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
15: The import 'org.eclipse.lsp4j.jsonrpc.messages.Either' is never used.
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
12: The import 'com.google.gson.annotations.SerializedName' is never used.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/classes
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/json/EaopMessageTypeAdapter.java: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/json/EaopMessageTypeAdapter.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/src/main/java/org/eclipse/gemoc/protocols/eaop/api/json/EaopMessageTypeAdapter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 21 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/org.eclipse.gemoc.protocols.eaop.api-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/target/org.eclipse.gemoc.protocols.eaop.api-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.protocols.eaop.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pomfirst/org.eclipse.gemoc.protocols.eaop.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.protocols.eaop.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug >--
[INFO] Building org.eclipse.gemoc.dsl.debug 3.6.1-SNAPSHOT              [18/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.dsl.debug ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] \- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.dsl.debug >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src-gen) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.dsl.debug <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.dsl.debug ---
Unable to process: org.eclipse.gemoc.dsl.debug.impl.DebugFactoryImpl
Unable to process: org.eclipse.gemoc.dsl.debug.impl.ThreadImpl
Unable to process: org.eclipse.gemoc.dsl.debug.impl.RegisterImpl
Unable to process: org.eclipse.gemoc.dsl.debug.impl.VariableImpl
Unable to process: org.eclipse.gemoc.dsl.debug.impl.StackFrameImpl
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src-gen) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.dsl.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/org.eclipse.gemoc.dsl.debug-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/target/org.eclipse.gemoc.dsl.debug-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.dsl.debug/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.dsl.debug/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug.edit >--
[INFO] Building org.eclipse.gemoc.dsl.debug.edit 3.6.1-SNAPSHOT         [19/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug.edit:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[INFO] \- org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug:jar:3.6.1-SNAPSHOT:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.dsl.debug.edit >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src-gen) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.dsl.debug.edit <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.dsl.debug.edit ---
Unable to process: org.eclipse.gemoc.dsl.debug.provider.DebugTargetItemProvider
Unable to process: org.eclipse.gemoc.dsl.debug.provider.ThreadItemProvider
Unable to process: org.eclipse.gemoc.dsl.debug.provider.StackFrameItemProvider
Unable to process: org.eclipse.gemoc.dsl.debug.provider.VariableItemProvider
Unable to process: org.eclipse.gemoc.dsl.debug.provider.RegisterGroupItemProvider
Unable to process: org.eclipse.gemoc.dsl.debug.provider.RegisterItemProvider
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src-gen) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/org.eclipse.gemoc.dsl.debug.edit-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/target/org.eclipse.gemoc.dsl.debug.edit-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.dsl.debug.edit/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.edit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.dsl.debug.edit/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug.ide >--
[INFO] Building org.eclipse.gemoc.dsl.debug.ide 3.6.1-SNAPSHOT          [20/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug.ide:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[INFO] \- org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug.edit:jar:3.6.1-SNAPSHOT:compile
[INFO]    \- org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug:jar:3.6.1-SNAPSHOT:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.dsl.debug.ide >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 72 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.dsl.debug.ide <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.dsl.debug.ide ---
Unable to process: org.eclipse.gemoc.dsl.debug.ide.event.DSLDebugEventDispatcher
Unable to process: org.eclipse.gemoc.dsl.debug.ide.adapter.value.DSLArrayValue
Unable to process: org.eclipse.gemoc.dsl.debug.ide.DSLBreakpoint
Unable to process: org.eclipse.gemoc.dsl.debug.ide.Activator
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.dsl.debug:jar:3.6.1-SNAPSHOT:compile
[WARNING]    org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 72 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/org.eclipse.gemoc.dsl.debug.ide-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/target/org.eclipse.gemoc.dsl.debug.ide-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.dsl.debug.ide/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pomfirst/org.eclipse.gemoc.dsl.debug.ide/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.dsl.debug.ide/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.commons >--
[INFO] Building org.eclipse.gemoc.trace.commons 3.6.1-SNAPSHOT          [21/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.trace.commons ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.commons:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.20.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |  |  +- org.eclipse.platform:org.eclipse.debug.core:jar:3.21.100:compile
[INFO] |  |  +- org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.100:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.core.variables:jar:3.6.100:compile
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.codegen:jar:2.23.0:compile (version selected from constraint [2.21.0,3.0.0))
[INFO] |  \- org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.core.commands:jar:3.11.100:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[INFO] |  +- org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[INFO] |  |  \- com.google.guava:guava:jar:32.0.0-jre:compile
[INFO] |  |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |  |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |  |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |  |     +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] |  |     +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |  |     \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.31.0:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[INFO] |  +- org.eclipse.xtext:org.eclipse.xtext.xbase.ide:jar:2.31.0:compile
[INFO] |  |  +- org.eclipse.xtext:org.eclipse.xtext.ide:jar:2.31.0:compile
[INFO] |  |  |  +- org.eclipse.xtext:org.eclipse.xtext:jar:2.31.0:compile
[INFO] |  |  |  |  +- org.eclipse.xtext:org.eclipse.xtext.util:jar:2.31.0:compile
[INFO] |  |  |  |  +- ch.qos.reload4j:reload4j:jar:1.2.24:compile
[INFO] |  |  |  |  +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |  |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  |  |  \- org.antlr:antlr-runtime:jar:3.2:compile
[INFO] |  |  |  +- org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0:compile
[INFO] |  |  |  \- org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.21.0:compile
[INFO] |  |  |     \- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0:compile
[INFO] |  |  |        \- com.google.code.gson:gson:jar:2.10.1:compile (version selected from constraint [2.9.1,2.11))
[INFO] |  |  \- org.eclipse.xtext:org.eclipse.xtext.xbase:jar:2.31.0:compile
[INFO] |  |     \- org.eclipse.xtext:org.eclipse.xtext.common.types:jar:2.31.0:compile
[INFO] |  |        +- org.ow2.asm:asm:jar:9.5:compile
[INFO] |  |        \- io.github.classgraph:classgraph:jar:4.8.149:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.core:jar:2.31.0:compile
[INFO] |     +- org.eclipse.jdt:org.eclipse.jdt.compiler.apt:jar:1.4.200:compile
[INFO] |     \- org.eclipse.jdt:org.eclipse.jdt.compiler.tool:jar:1.3.200:compile
[INFO] +- org.jdom:jdom2:jar:2.0.6:compile
[INFO] \- junit:junit:jar:4.13.1:compile
[INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.trace.commons >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.trace.commons ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] 
WARNING: 	EclipseUtil.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/src/main/java/org/eclipse/gemoc/trace/commons/EclipseUtil.xtend
161: Unnecessary cast from EPackage to EPackage
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.trace.commons ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.trace.commons ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.trace.commons <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.trace.commons ---
Unable to process: org.eclipse.gemoc.trace.commons.tracemetamodel.StepStrings
Unable to process: org.eclipse.gemoc.trace.commons.EclipseUtil
Unable to process: org.eclipse.gemoc.trace.commons.EcoreCraftingUtil
[WARNING] Used undeclared dependencies found:
[WARNING]    org.eclipse.xtext:org.eclipse.xtext.util:jar:2.31.0:compile
[WARNING]    org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[WARNING]    com.google.guava:guava:jar:32.0.0-jre:compile
[WARNING]    org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile
[WARNING]    org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[WARNING]    org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[WARNING]    junit:junit:jar:4.13.1:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.trace.commons ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.commons ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.trace.commons ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] 
WARNING: 	EclipseUtil.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/src/main/java/org/eclipse/gemoc/trace/commons/EclipseUtil.xtend
161: Unnecessary cast from EPackage to EPackage
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.trace.commons ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.trace.commons ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.trace.commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.trace.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/org.eclipse.gemoc.trace.commons-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.commons ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/target/org.eclipse.gemoc.trace.commons-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.trace.commons/3.6.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.trace.commons/3.6.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.gemoc.api >--
[INFO] Building org.eclipse.gemoc.trace.gemoc.api 3.6.1-SNAPSHOT        [22/23]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.gemoc.api:jar:3.6.1-SNAPSHOT
[INFO] +- org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.expressions:jar:3.7.0:compile
[INFO] |  +- org.eclipse.platform:org.eclipse.core.filesystem:jar:1.7.700:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.common:jar:3.13.0:compile
[INFO] |  |  +- org.eclipse.platform:org.eclipse.equinox.registry:jar:3.9.0:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.osgi:jar:3.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.core.runtime:jar:3.19.0:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.jobs:jar:3.15.0:compile (version selected from constraint [3.10.0,4.0.0))
[INFO] |     +- org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.300:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     |  \- org.osgi:org.osgi.service.prefs:jar:1.1.2:compile
[INFO] |     |     \- org.osgi:osgi.annotation:jar:8.0.1:compile
[INFO] |     +- org.eclipse.platform:org.eclipse.core.contenttype:jar:3.9.100:compile (version selected from constraint [3.7.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.equinox.app:jar:1.6.300:compile (version selected from constraint [1.3.0,))
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.common:jar:2.17.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.ecore:jar:2.25.0:compile
[INFO] +- org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.core:jar:3.30.0:compile
[INFO] |  +- org.eclipse.jdt:org.eclipse.jdt.launching:jar:3.20.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |  |  +- org.eclipse.platform:org.eclipse.debug.core:jar:3.21.100:compile
[INFO] |  |  +- org.eclipse.jdt:org.eclipse.jdt.debug:jar:3.21.100:compile
[INFO] |  |  \- org.eclipse.platform:org.eclipse.core.variables:jar:3.6.100:compile
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.codegen:jar:2.23.0:compile (version selected from constraint [2.21.0,3.0.0))
[INFO] |  +- org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0:compile
[INFO] |  \- org.eclipse.platform:org.eclipse.text:jar:3.13.100:compile (version selected from constraint [3.5.0,4.0.0))
[INFO] |     \- org.eclipse.platform:org.eclipse.core.commands:jar:3.11.100:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT:compile
[INFO] |  \- com.google.guava:guava:jar:32.0.0-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- org.checkerframework:checker-qual:jar:3.33.0:compile
[INFO] |     +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |     \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.trace.commons.model:jar:3.6.1-SNAPSHOT:compile
[INFO] +- org.eclipse.gemoc.gemoc-studio-modeldebugging:org.eclipse.gemoc.xdsmlframework.api:jar:3.6.1-SNAPSHOT:compile
[INFO] |  +- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse:jar:3.6.1-SNAPSHOT:compile
[INFO] |  |  \- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:jar:3.6.1-SNAPSHOT:compile
[INFO] |  \- org.eclipse.gemoc.gemoc-studio-commons:org.eclipse.gemoc.dsl.model:jar:3.6.1-SNAPSHOT:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.31.0:compile
[INFO] +- org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[INFO] |  +- org.eclipse.xtext:org.eclipse.xtext.xbase.ide:jar:2.31.0:compile
[INFO] |  |  +- org.eclipse.xtext:org.eclipse.xtext.ide:jar:2.31.0:compile
[INFO] |  |  |  +- org.eclipse.xtext:org.eclipse.xtext:jar:2.31.0:compile
[INFO] |  |  |  |  +- org.eclipse.xtext:org.eclipse.xtext.util:jar:2.31.0:compile
[INFO] |  |  |  |  +- ch.qos.reload4j:reload4j:jar:1.2.24:compile
[INFO] |  |  |  |  +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |  |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  |  |  \- org.antlr:antlr-runtime:jar:3.2:compile
[INFO] |  |  |  +- org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0:compile
[INFO] |  |  |  \- org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.21.0:compile
[INFO] |  |  |     \- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0:compile
[INFO] |  |  |        \- com.google.code.gson:gson:jar:2.10.1:compile (version selected from constraint [2.9.1,2.11))
[INFO] |  |  \- org.eclipse.xtext:org.eclipse.xtext.xbase:jar:2.31.0:compile
[INFO] |  |     \- org.eclipse.xtext:org.eclipse.xtext.common.types:jar:2.31.0:compile
[INFO] |  |        +- org.ow2.asm:asm:jar:9.5:compile
[INFO] |  |        \- io.github.classgraph:classgraph:jar:4.8.149:compile
[INFO] |  \- org.eclipse.xtend:org.eclipse.xtend.core:jar:2.31.0:compile
[INFO] |     +- org.eclipse.jdt:org.eclipse.jdt.compiler.apt:jar:1.4.200:compile
[INFO] |     \- org.eclipse.jdt:org.eclipse.jdt.compiler.tool:jar:1.3.200:compile
[INFO] +- org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[INFO] +- org.jdom:jdom2:jar:2.0.6:compile
[INFO] \- junit:junit:jar:4.13.1:compile
[INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.trace.gemoc.api >>>
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.trace.gemoc.api <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] Unused declared dependencies found:
[WARNING]    org.eclipse.platform:org.eclipse.core.resources:jar:3.13.800:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.core:jar:3.15.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.debug.ui:jar:3.14.700-SNAPSHOT:compile
[WARNING]    org.eclipse.emf:org.eclipse.emf.codegen.ecore:jar:2.25.0:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.edit:jar:2.16.0-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.compare:jar:3.5.3-SNAPSHOT:compile
[WARNING]    org.eclipse.gemoc.gemoc-studio.thirdparty.bundle:org.eclipse.emf.transaction:jar:1.9.1-SNAPSHOT:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.31.0:compile
[WARNING]    org.eclipse.xtend:org.eclipse.xtend.ide.common:jar:2.31.0:compile
[WARNING]    org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.31.0:compile
[WARNING]    org.jdom:jdom2:jar:2.0.6:compile
[WARNING]    junit:junit:jar:4.13.1:compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO] 	Ignoring Direct Dependencies.
[INFO]    None
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:compile (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/main/java]' does not exist.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:add-source (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Source directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/src/main/java added.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resource-src) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- xtend-maven-plugin:2.32.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/org.eclipse.gemoc.trace.gemoc.api-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/target/org.eclipse.gemoc.trace.gemoc.api-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.trace.gemoc.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pomfirst/org.eclipse.gemoc.trace.gemoc.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/org.eclipse.gemoc.trace.gemoc.api/3.6.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc_studio:org.eclipse.gemoc.gemoc_studio.pomfirst >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.pomfirst 3.6.1-SNAPSHOT  [23/23]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ org.eclipse.gemoc.gemoc_studio.pomfirst ---
[INFO] org.eclipse.gemoc.gemoc_studio:org.eclipse.gemoc.gemoc_studio.pomfirst:pom:3.6.1-SNAPSHOT
[INFO] 
[INFO] >>> maven-dependency-plugin:2.8:analyze (default-cli) > test-compile @ org.eclipse.gemoc.gemoc_studio.pomfirst >>>
[INFO] 
[INFO] <<< maven-dependency-plugin:2.8:analyze (default-cli) < test-compile @ org.eclipse.gemoc.gemoc_studio.pomfirst <<<
[INFO] 
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze (default-cli) @ org.eclipse.gemoc.gemoc_studio.pomfirst ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:analyze-dep-mgt (default-cli) @ org.eclipse.gemoc.gemoc_studio.pomfirst ---
[INFO] Found Resolved Dependency / DependencyManagement mismatches:
[INFO]    Nothing in DepMgt.
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.pomfirst ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.gemoc_studio.pomfirst ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/pomfirst_full_compilation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc_studio/org.eclipse.gemoc.gemoc_studio.pomfirst/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.pomfirst-3.6.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gemoc.gemoc_studio.root 3.6.1-SNAPSHOT . SUCCESS [  6.917 s]
[INFO] GEMOC Studio BOM 3.6.1-SNAPSHOT .................... SUCCESS [  0.005 s]
[INFO] org.eclipse.gemoc.gemoc_studio.thirdparty-bundle 3.6.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.debug.core 3.15.0-SNAPSHOT ............. SUCCESS [  6.295 s]
[INFO] org.eclipse.debug.ui 3.14.700-SNAPSHOT ............. SUCCESS [  1.122 s]
[INFO] org.eclipse.emf.compare 3.5.3-SNAPSHOT ............. SUCCESS [  1.675 s]
[INFO] org.eclipse.emf.edit 2.16.0-SNAPSHOT ............... SUCCESS [  0.161 s]
[INFO] org.eclipse.emf.transaction 1.9.1-SNAPSHOT ......... SUCCESS [  0.103 s]
[INFO] org.eclipse.gemoc.commons.root 3.6.1-SNAPSHOT ...... SUCCESS [ 20.038 s]
[INFO] org.eclipse.gemoc.commons.eclipse.messagingsystem.api 3.6.1-SNAPSHOT SUCCESS [  2.134 s]
[INFO] org.eclipse.gemoc.commons.eclipse 3.6.1-SNAPSHOT ... SUCCESS [  0.857 s]
[INFO] org.eclipse.gemoc.commons.eclipse.pde 3.6.1-SNAPSHOT SUCCESS [  2.548 s]
[INFO] org.eclipse.gemoc.dsl.model 3.6.1-SNAPSHOT ......... SUCCESS [  0.441 s]
[INFO] org.eclipse.gemoc.modeldebugging.root 3.6.1-SNAPSHOT SUCCESS [  2.254 s]
[INFO] org.eclipse.gemoc.trace.commons.model 3.6.1-SNAPSHOT SUCCESS [  9.953 s]
[INFO] org.eclipse.gemoc.xdsmlframework.api 3.6.1-SNAPSHOT  SUCCESS [ 13.153 s]
[INFO] org.eclipse.gemoc.protocols.eaop.api 3.6.1-SNAPSHOT  SUCCESS [  9.988 s]
[INFO] org.eclipse.gemoc.dsl.debug 3.6.1-SNAPSHOT ......... SUCCESS [  0.533 s]
[INFO] org.eclipse.gemoc.dsl.debug.edit 3.6.1-SNAPSHOT .... SUCCESS [  0.422 s]
[INFO] org.eclipse.gemoc.dsl.debug.ide 3.6.1-SNAPSHOT ..... SUCCESS [  0.652 s]
[INFO] org.eclipse.gemoc.trace.commons 3.6.1-SNAPSHOT ..... SUCCESS [  2.312 s]
[INFO] org.eclipse.gemoc.trace.gemoc.api 3.6.1-SNAPSHOT ... SUCCESS [  1.102 s]
[INFO] org.eclipse.gemoc.gemoc_studio.pomfirst 3.6.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:24 min
[INFO] Finished at: 2023-10-18T14:33:37Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tycho Build and unit test)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/tycho_full_compilation
[Pipeline] {
[Pipeline] sh
+ printenv
JENKINS_UI_SERVICE_PORT=80
BRANCH_NAME=master
GIT_COMMIT=3dbaa4ae3157e8bc8e71ea180037d978be3f0714
RUN_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect
JAVAFX_HOME=/usr/share/javafx-sdk-17.0.2
GITLAB_OBJECT_KIND=none
JENKINS_URL=https://ci.eclipse.org/gemoc/
M2_HOME=/opt/tools/apache-maven/3.8.6
EXECUTOR_NUMBER=0
STUDIO_VARIANT=Official build
JENKINS_DISCOVERY_SERVICE_PORT=50000
DOWNLOAD_FOLDER=/home/data/httpd/download.eclipse.org/gemoc
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/printenv
LANG=en_US.UTF-8
BUILD_ID=512
DISPLAY=:0
HOSTNAME=gemoc-buildpod-dhs5d-jjfvz
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect?page=changes
MAVEN_HOME=/opt/tools/apache-maven/3.8.6
BRANCH_IS_PRIMARY=true
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
JENKINS_NODE_COOKIE=5ecd59f5-1c27-4e7b-9ca0-2efe54c2cb60
USER_NAME=jenkins
JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
JOB_BASE_NAME=master
WORKSPACE_TMP=/home/jenkins/agent/workspace/gemoc-studio-integration_master@tmp
JENKINS_TUNNEL=jenkins-discovery.gemoc.svc.cluster.local:50000
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
GIT_URL=https://github.com/gemoc/gemoc-studio-eclipse-integration.git
HUDSON_COOKIE=c10242fd-2dab-4510-92b3-b9fc032684d2
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
BUILD_NUMBER=512
JENKINS_UI_SERVICE_PORT_HTTP=80
JENKINS_UI_PORT_80_TCP_ADDR=10.30.6.3
KUBERNETES_PORT=tcp://10.30.0.1:443
WORKSPACE=/home/jenkins/agent/workspace/gemoc-studio-integration_master
PWD=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/tycho_full_compilation
HUDSON_URL=https://ci.eclipse.org/gemoc/
HOME=/home/jenkins
NODE_NAME=gemoc-buildpod-dhs5d-jjfvz
JENKINS_AGENT_NAME=gemoc-buildpod-dhs5d-jjfvz
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.112.195:50000
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
HUDSON_SERVER_COOKIE=1b6a9af5844c0719
JENKINS_HOME=/var/jenkins
JENKINS_UI_PORT=tcp://10.30.6.3:80
JOB_NAME=gemoc-studio-integration/master
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect?page=tests
JENKINS_SECRET=****
KUBERNETES_SERVICE_PORT_HTTPS=443
KUBERNETES_PORT_443_TCP_PORT=443
GIT_PREVIOUS_COMMIT=5993bfbf66e5ec5eaed80ba824c31e894b0b3ee7
HUDSON_HOME=/var/jenkins
JOB_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/display/redirect
STORAGE_SERVER=genie.gemoc@projects-storage.eclipse.org
JENKINS_NAME=gemoc-buildpod-dhs5d-jjfvz
BRANCH_VARIANT=master
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect?page=artifacts
JENKINS_DISCOVERY_SERVICE_HOST=10.30.112.195
JENKINS_DISCOVERY_PORT=tcp://10.30.112.195:50000
BUILD_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/
TERM=xterm
STAGE_NAME=Tycho Build and unit test
JOB_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/
BUILD_DISPLAY_NAME=#512
NSS_SDB_USE_CACHE=no
JENKINS_UI_PORT_80_TCP_PORT=80
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.112.195
SHLVL=2
GIT_BRANCH=master
BUILD_TAG=jenkins-gemoc-studio-integration-master-512
KUBERNETES_SERVICE_PORT=443
MAVEN_OPTS=-Xmx2048m -XshowSettings:vm -Duser.home=/home/jenkins
NODE_LABELS=gemoc-buildpod gemoc-buildpod-dhs5d-jjfvz
JENKINS_UI_SERVICE_HOST=10.30.6.3
PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/3.8.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/3.8.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
GIT_PREVIOUS_SUCCESSFUL_COMMIT=7900a2d40dc49ac1d1c29ac32b74d6abf6511b8d
KUBERNETES_SERVICE_HOST=10.30.0.1
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_SERVER_COOKIE=durable-45b5e260b3a2882db0c158835bf7d393fa0d3c5d8d0a984d606228e45fbfc731
JENKINS_UI_PORT_80_TCP=tcp://10.30.6.3:80
[Pipeline] sh
+ mvn -Dmaven.test.failure.ignore '-Dstudio.variant=Official build' -Dbranch.variant=master -Djava.awt.headless=true --projects '!../../gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb,!../../gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.mwb' clean install --errors --show-version --batch-mode
VM settings:
    Max. Heap Size: 2.00G
    Using VM: OpenJDK 64-Bit Server VM

Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[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/3.0.4/tycho-maven-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/3.0.4/tycho-maven-plugin-3.0.4.pom (2.1 kB at 7.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/3.0.4/tycho-core-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/3.0.4/tycho-core-3.0.4.pom (9.9 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.p2.tools.shared/3.0.4/org.eclipse.tycho.p2.tools.shared-3.0.4.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/3.0.4/org.eclipse.tycho.p2.tools.shared-3.0.4.pom (1.1 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.4/org.eclipse.tycho.p2.resolver.shared-3.0.4.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/3.0.4/org.eclipse.tycho.p2.resolver.shared-3.0.4.pom (1.1 kB at 8.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.2/plexus-archiver-4.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.2/plexus-archiver-4.6.2.pom (6.6 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 462 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 258 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom (22 kB at 311 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 1.7 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 754 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 352 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.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 280 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.pom (1.9 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 381 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 688 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/3.0.4/sisu-equinox-launching-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/3.0.4/sisu-equinox-launching-3.0.4.pom (3.4 kB at 31 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 268 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 889 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/3.0.4/sisu-equinox-embedder-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/3.0.4/sisu-equinox-embedder-3.0.4.pom (1.8 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/3.0.4/tycho-metadata-model-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/3.0.4/tycho-metadata-model-3.0.4.pom (1.3 kB at 17 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 264 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.impl/3.0.4/org.eclipse.tycho.p2.tools.impl-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.4/org.eclipse.tycho.p2.tools.impl-3.0.4.pom (1.0 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.4/org.eclipse.tycho.noopsecurity-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.4/org.eclipse.tycho.noopsecurity-3.0.4.pom (954 B at 5.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.4.0/org.eclipse.core.net-1.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.4.0/org.eclipse.core.net-1.4.0.pom (2.8 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom (1.6 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom (17 kB at 424 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.300/org.eclipse.equinox.p2.director.app-1.2.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.300/org.eclipse.equinox.p2.director.app-1.2.300.pom (3.2 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.p2.repository.tools/2.3.200/org.eclipse.equinox.p2.repository.tools-2.3.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.200/org.eclipse.equinox.p2.repository.tools-2.3.200.pom (4.5 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.200/org.eclipse.equinox.p2.publisher.eclipse-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.p2.publisher.eclipse/1.4.200/org.eclipse.equinox.p2.publisher.eclipse-1.4.200.pom (3.9 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.200/org.eclipse.equinox.p2.publisher-1.7.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.200/org.eclipse.equinox.p2.publisher-1.7.200.pom (3.5 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 498 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/3.0.4/tycho-p2-facade-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/3.0.4/tycho-p2-facade-3.0.4.pom (2.3 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/3.0.4/tycho-p2-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/3.0.4/tycho-p2-3.0.4.pom (1.1 kB at 227 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/3.0.4/tycho-maven-plugin-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/3.0.4/tycho-core-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.4/org.eclipse.tycho.p2.tools.shared-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.4/org.eclipse.tycho.p2.resolver.shared-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.2/plexus-archiver-4.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/3.0.4/tycho-maven-plugin-3.0.4.jar (6.7 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.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/3.0.4/org.eclipse.tycho.p2.tools.shared-3.0.4.jar (22 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 436 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 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.2/plexus-archiver-4.6.2.jar (217 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.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 357 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar (1.0 MB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/3.0.4/sisu-equinox-launching-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/3.0.4/sisu-equinox-embedder-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/3.0.4/sisu-equinox-launching-3.0.4.jar (22 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/3.0.4/tycho-metadata-model-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/3.0.4/sisu-equinox-embedder-3.0.4.jar (11 kB at 35 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/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 394 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.200/org.eclipse.equinox.simpleconfigurator-1.4.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.200/org.eclipse.equinox.simpleconfigurator-1.4.200.jar (50 kB at 144 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.impl/3.0.4/org.eclipse.tycho.p2.tools.impl-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/3.0.4/tycho-metadata-model-3.0.4.jar (41 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.4/org.eclipse.tycho.noopsecurity-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.jar (5.8 MB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.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/3.0.4/org.eclipse.tycho.p2.tools.impl-3.0.4.jar (58 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.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/tycho/org.eclipse.tycho.noopsecurity/3.0.4/org.eclipse.tycho.noopsecurity-3.0.4.jar (5.0 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.4.0/org.eclipse.core.net-1.4.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.17.0/org.eclipse.equinox.common-3.17.0.jar (151 kB at 372 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.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 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.300/org.eclipse.equinox.p2.director.app-1.2.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.4.0/org.eclipse.core.net-1.4.0.jar (51 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar (63 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.200/org.eclipse.equinox.p2.repository.tools-2.3.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.300/org.eclipse.equinox.p2.director.app-1.2.300.jar (63 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.p2.artifact.repository/1.4.600/org.eclipse.equinox.p2.artifact.repository-1.4.600.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar (403 kB at 863 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.200/org.eclipse.equinox.p2.repository.tools-2.3.200.jar (263 kB at 549 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/3.0.4/tycho-p2-facade-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.600/org.eclipse.equinox.p2.artifact.repository-1.4.600.jar (176 kB at 349 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 687 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/3.0.4/tycho-p2-facade-3.0.4.jar (29 kB at 56 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/3.0.4/tycho-core-3.0.4.jar (298 kB at 504 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.4/org.eclipse.tycho.p2.resolver.shared-3.0.4.jar (56 kB at 95 kB/s)
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/tukaani/xz/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/tukaani/xz/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/3.0.4/tycho-source-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/3.0.4/tycho-source-plugin-3.0.4.pom (3.0 kB at 2.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/3.0.4/tycho-source-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/3.0.4/tycho-source-plugin-3.0.4.jar (48 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 642 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 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.6/maven-plugin-api-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 34 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.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom (4.8 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (15 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 312 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 89 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.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (3.3 kB at 7.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (14 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 330 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 39 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.6/maven-settings-builder-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 62 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.6/maven-builder-support-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 141 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.6/maven-repository-metadata-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 49 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.5/org.eclipse.sisu.inject-0.3.5.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.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 576 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.6/maven-resolver-provider-3.8.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (4.2 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.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.3/maven-resolver-api-1.6.3.pom (2.6 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/1.6.3/maven-resolver-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 432 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.4 MB/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.3/maven-resolver-spi-1.6.3.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.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 98 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.3/maven-resolver-util-1.6.3.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.3/maven-resolver-util-1.6.3.pom (2.8 kB at 51 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.3/maven-resolver-impl-1.6.3.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.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 304 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.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 69 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 570 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 456 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 620 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 458 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 407 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.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 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 69 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 222 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 61 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 149 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 112 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 553 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 408 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 1.4 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 622 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/3.0.4/tycho-packaging-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/3.0.4/tycho-packaging-plugin-3.0.4.pom (2.7 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.2/unirest-java-3.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.2/unirest-java-3.14.2.pom (3.5 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java-parent/3.14.2/unirest-java-parent-3.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java-parent/3.14.2/unirest-java-parent-3.14.2.pom (19 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 472 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 630 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 878 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 800 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 537 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.pom (5.5 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.pom (5.9 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.5/httpcomponents-asyncclient-4.1.5.pom (10 kB at 786 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/3.0.4/tycho-packaging-plugin-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.2/unirest-java-3.14.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 607 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/3.0.4/tycho-packaging-plugin-3.0.4.jar (153 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 896 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 516 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar (182 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.13/httpcore-nio-4.4.13.jar (369 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10/gson-2.10.jar (286 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/konghq/unirest-java/3.14.2/unirest-java-3.14.2.jar (205 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/3.0.4/tycho-p2-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/3.0.4/tycho-p2-plugin-3.0.4.pom (2.4 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/3.0.4/tycho-p2-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/3.0.4/tycho-p2-plugin-3.0.4.jar (38 kB at 412 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/3.0.4/tycho-artifactcomparator-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/3.0.4/tycho-artifactcomparator-3.0.4.pom (2.2 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom (2.9 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom (2.6 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/3.0.4/tycho-artifactcomparator-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 7.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar (53 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/3.0.4/tycho-artifactcomparator-3.0.4.jar (21 kB at 437 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar (34 kB at 554 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 8.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar (92 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.4/target-platform-configuration-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.4/target-platform-configuration-3.0.4.pom (1.9 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.4/target-platform-configuration-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/3.0.4/target-platform-configuration-3.0.4.jar (16 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 461 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom (16 kB at 834 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-maven-plugin/0.0.5/javafx-maven-plugin-0.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-maven-plugin/0.0.5/javafx-maven-plugin-0.0.5.pom (9.0 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-maven-plugin/0.0.5/javafx-maven-plugin-0.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-maven-plugin/0.0.5/javafx-maven-plugin-0.0.5.jar (35 kB at 669 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-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-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom (4.7 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-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-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar (39 kB at 886 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jeluard/plantuml-maven-plugin/1.2/plantuml-maven-plugin-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jeluard/plantuml-maven-plugin/1.2/plantuml-maven-plugin-1.2.pom (2.5 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jeluard/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jeluard/oss-parent/9/oss-parent-9.pom (12 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jeluard/plantuml-maven-plugin/1.2/plantuml-maven-plugin-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jeluard/plantuml-maven-plugin/1.2/plantuml-maven-plugin-1.2.jar (13 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 199 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 208 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 1.2 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 544 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/3.0.4/tycho-surefire-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/3.0.4/tycho-surefire-plugin-3.0.4.pom (8.0 kB at 9.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/3.0.4/tycho-surefire-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/3.0.4/tycho-surefire-plugin-3.0.4.jar (94 kB at 41 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/3.0.4/org.eclipse.tycho.surefire.osgibooter-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.4/org.eclipse.tycho.surefire.osgibooter-3.0.4.pom (4.1 kB at 1.4 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/3.0.4/org.eclipse.tycho.surefire.junit-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.4/org.eclipse.tycho.surefire.junit-3.0.4.pom (1.7 kB at 3.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/3.0.4/tycho-surefire-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/3.0.4/tycho-surefire-3.0.4.pom (3.5 kB at 7.0 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/3.0.4/org.eclipse.tycho.surefire.junit4-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.4/org.eclipse.tycho.surefire.junit4-3.0.4.pom (1.9 kB at 621 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/3.0.4/org.eclipse.tycho.surefire.junit47-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.4/org.eclipse.tycho.surefire.junit47-3.0.4.pom (2.2 kB at 742 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/3.0.4/org.eclipse.tycho.surefire.junit5-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.4/org.eclipse.tycho.surefire.junit5-3.0.4.pom (3.3 kB at 6.4 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/3.0.4/org.eclipse.tycho.surefire.junit54-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.4/org.eclipse.tycho.surefire.junit54-3.0.4.pom (3.3 kB at 660 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/3.0.4/org.eclipse.tycho.surefire.junit55-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.4/org.eclipse.tycho.surefire.junit55-3.0.4.pom (3.3 kB at 367 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/3.0.4/org.eclipse.tycho.surefire.junit56-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.4/org.eclipse.tycho.surefire.junit56-3.0.4.pom (3.3 kB at 3.3 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/3.0.4/org.eclipse.tycho.surefire.junit57-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.4/org.eclipse.tycho.surefire.junit57-3.0.4.pom (2.9 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.4/org.eclipse.tycho.surefire.junit57withvintage-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.4/org.eclipse.tycho.surefire.junit57withvintage-3.0.4.pom (3.4 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.4/org.eclipse.tycho.surefire.junit58-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.4/org.eclipse.tycho.surefire.junit58-3.0.4.pom (2.9 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.4/org.eclipse.tycho.surefire.junit58withvintage-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.4/org.eclipse.tycho.surefire.junit58withvintage-3.0.4.pom (3.4 kB at 3.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.4/org.eclipse.tycho.surefire.junit59-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.4/org.eclipse.tycho.surefire.junit59-3.0.4.pom (2.9 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.4/org.eclipse.tycho.surefire.junit59withvintage-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.4/org.eclipse.tycho.surefire.junit59withvintage-3.0.4.pom (3.4 kB at 6.6 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/3.0.4/org.eclipse.tycho.surefire.testng-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.4/org.eclipse.tycho.surefire.testng-3.0.4.pom (2.1 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.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/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 5.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/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.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/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.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/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.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/3.0-alpha-2/maven-3.0-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/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 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 2.4 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.1.0/maven-shared-utils-3.1.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.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 9.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 355 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 8.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 1.5 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/3.0.4/org.eclipse.tycho.surefire.osgibooter-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.4/org.eclipse.tycho.surefire.junit-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.4/org.eclipse.tycho.surefire.junit4-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.4/org.eclipse.tycho.surefire.junit47-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.4/org.eclipse.tycho.surefire.junit5-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.4/org.eclipse.tycho.surefire.junit4-3.0.4.jar (39 kB at 7.9 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/3.0.4/org.eclipse.tycho.surefire.junit54-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.4/org.eclipse.tycho.surefire.junit47-3.0.4.jar (158 kB at 7.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.junit55/3.0.4/org.eclipse.tycho.surefire.junit55-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.4/org.eclipse.tycho.surefire.junit-3.0.4.jar (26 kB at 1.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.junit56/3.0.4/org.eclipse.tycho.surefire.junit56-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.4/org.eclipse.tycho.surefire.junit54-3.0.4.jar (587 kB at 18 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/3.0.4/org.eclipse.tycho.surefire.junit57-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.4/org.eclipse.tycho.surefire.junit5-3.0.4.jar (395 kB at 6.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.4/org.eclipse.tycho.surefire.junit57withvintage-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.4/org.eclipse.tycho.surefire.junit55-3.0.4.jar (650 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.4/org.eclipse.tycho.surefire.junit58-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.4/org.eclipse.tycho.surefire.junit57-3.0.4.jar (642 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.4/org.eclipse.tycho.surefire.junit58withvintage-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.4/org.eclipse.tycho.surefire.osgibooter-3.0.4.jar (2.3 MB at 33 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.4/org.eclipse.tycho.surefire.junit59-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.4/org.eclipse.tycho.surefire.junit56-3.0.4.jar (676 kB at 8.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.4/org.eclipse.tycho.surefire.junit59withvintage-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.4/org.eclipse.tycho.surefire.junit57withvintage-3.0.4.jar (706 kB at 8.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.testng/3.0.4/org.eclipse.tycho.surefire.testng-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.4/org.eclipse.tycho.surefire.junit58withvintage-3.0.4.jar (752 kB at 8.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/3.0.4/org.eclipse.tycho.surefire.junit59-3.0.4.jar (717 kB at 7.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.4/org.eclipse.tycho.surefire.junit58-3.0.4.jar (686 kB at 7.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/3.0.4/org.eclipse.tycho.surefire.junit59withvintage-3.0.4.jar (784 kB at 7.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/3.0.4/org.eclipse.tycho.surefire.testng-3.0.4.jar (91 kB at 872 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar (14 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 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-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 772 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 171 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/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 254 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.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 900 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 424 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.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 360 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 347 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 756 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom (8.0 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar (43 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/3.0.4/tycho-compiler-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/3.0.4/tycho-compiler-plugin-3.0.4.pom (2.7 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/3.0.4/tycho-compiler-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/3.0.4/tycho-compiler-plugin-3.0.4.jar (48 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 1.9 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 2.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/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 3.0 MB/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 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.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 12 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 698 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 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/3.0.4/tycho-ds-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/3.0.4/tycho-ds-plugin-3.0.4.pom (1.4 kB at 684 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/3.0.4/tycho-ds-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/3.0.4/tycho-ds-plugin-3.0.4.jar (10 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom (14 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar (53 kB at 27 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitstrings/maven/plugins/splasher-maven-plugin/1.1.0/splasher-maven-plugin-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitstrings/maven/plugins/splasher-maven-plugin/1.1.0/splasher-maven-plugin-1.1.0.pom (10 kB at 854 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitstrings/maven/plugins/splasher-maven-plugin/1.1.0/splasher-maven-plugin-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitstrings/maven/plugins/splasher-maven-plugin/1.1.0/splasher-maven-plugin-1.1.0.jar (36 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gemoc/image-tools-mavenplugin/image-tools-plugin/0.1.0/image-tools-plugin-0.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gemoc/image-tools-mavenplugin/image-tools-plugin/0.1.0/image-tools-plugin-0.1.0.pom (3.5 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gemoc/image-tools-mavenplugin/image-tools-plugin/0.1.0/image-tools-plugin-0.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gemoc/image-tools-mavenplugin/image-tools-plugin/0.1.0/image-tools-plugin-0.1.0.jar (7.5 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 7.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 12 MB/s)
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/maven-replacer-plugin/1.4.1/maven-replacer-plugin-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/maven-replacer-plugin/1.4.1/maven-replacer-plugin-1.4.1.pom (5.3 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/maven-replacer-plugin/1.4.1/maven-replacer-plugin-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/maven-replacer-plugin/1.4.1/maven-replacer-plugin-1.4.1.jar (29 kB at 15 MB/s)
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.4/tycho-p2-repository-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.4/tycho-p2-repository-plugin-3.0.4.pom (1.8 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.4/tycho-p2-repository-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.4/tycho-p2-repository-plugin-3.0.4.jar (40 kB at 446 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/3.0.4/tycho-p2-director-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/3.0.4/tycho-p2-director-plugin-3.0.4.pom (3.0 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/3.0.4/tycho-p2-director-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/3.0.4/tycho-p2-director-plugin-3.0.4.jar (46 kB at 538 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.pom (1.6 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 337 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar (889 kB at 9.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 52 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.5/maven-resources-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.pom (7.1 kB at 263 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/19/maven-plugins-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/19/maven-plugins-19.pom (11 kB at 688 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar (26 kB at 969 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.4/tycho-p2-publisher-plugin-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.4/tycho-p2-publisher-plugin-3.0.4.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.4/tycho-p2-publisher-plugin-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.4/tycho-p2-publisher-plugin-3.0.4.jar (24 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.pom (16 kB at 70 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/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4.jar (415 kB at 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.pom (11 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/21/maven-plugins-21.pom (12 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 794 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.4/maven-dependency-plugin-2.4.jar (135 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 622 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.pom (1.2 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-parent/2.0.1/maven-plugin-parent-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-parent/2.0.1/maven-plugin-parent-2.0.1.pom (7.4 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar (12 kB at 197 kB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/maven-metadata.xml (797 B at 17 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/org.eclipse.acceleo.maven-3.5.0-20150218.072517-68.pom
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/org.eclipse.acceleo.maven-3.5.0-20150218.072517-68.pom (4.5 kB at 20 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/org.eclipse.acceleo.maven-3.5.0-20150218.072517-68.jar
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.5.0-SNAPSHOT/org.eclipse.acceleo.maven-3.5.0-20150218.072517-68.jar (15 kB at 61 kB/s)
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5e7918f7...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.websocket, ArtifactId = websocket-javax-server, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-javax-websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mapstruct, ArtifactId = mapstruct, Version = 1.4.2.Final, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-boot/10.0.6/jetty-osgi-boot-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-boot/10.0.6/jetty-osgi-boot-10.0.6.jar (123 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-boot/10.0.6/jetty-osgi-boot-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-boot/10.0.6/jetty-osgi-boot-10.0.6.pom (4.8 kB at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-project/10.0.6/jetty-osgi-project-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-project/10.0.6/jetty-osgi-project-10.0.6.pom (3.9 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.6/jetty-project-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.6/jetty-project-10.0.6.pom (67 kB at 698 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/10.0.6/jetty-annotations-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/10.0.6/jetty-annotations-10.0.6.pom (3.6 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/10.0.6/jetty-plus-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/10.0.6/jetty-plus-10.0.6.pom (2.4 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 306 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/10.0.6/jetty-jndi-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/10.0.6/jetty-jndi-10.0.6.pom (2.6 kB at 4.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.6/jetty-util-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.6/jetty-util-10.0.6.pom (3.0 kB at 4.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom (1.7 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom (16 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.6/jetty-webapp-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.6/jetty-webapp-10.0.6.pom (4.0 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.6/jetty-servlet-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.6/jetty-servlet-10.0.6.pom (2.5 kB at 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.6/jetty-security-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.6/jetty-security-10.0.6.pom (2.3 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.6/jetty-server-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.6/jetty-server-10.0.6.pom (2.8 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom (9.7 kB at 464 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom (17 kB at 904 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.6/jetty-http-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.6/jetty-http-10.0.6.pom (3.8 kB at 9.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.6/jetty-io-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.6/jetty-io-10.0.6.pom (1.5 kB at 1.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.6/jetty-xml-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.6/jetty-xml-10.0.6.pom (1.9 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 742 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 76 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 108 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 78 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 58 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 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/10.0.6/jetty-deploy-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/10.0.6/jetty-deploy-10.0.6.pom (2.1 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.6/jetty-jmx-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.6/jetty-jmx-10.0.6.pom (1.9 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.services/3.9.0/org.eclipse.osgi.services-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.services/3.9.0/org.eclipse.osgi.services-3.9.0.pom (1.8 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.5/jetty-test-helper-5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.5/jetty-test-helper-5.5.pom (6.3 kB at 5.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.pom (3.2 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 196 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.pom (3.2 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.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/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.pom (2.8 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.0/junit-jupiter-params-5.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.0/junit-jupiter-params-5.7.0.pom (3.0 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.pom (3.2 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.pom (3.2 kB at 56 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 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/10.0.6/jetty-plus-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/10.0.6/jetty-annotations-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/10.0.6/jetty-jndi-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.6/jetty-util-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/10.0.6/jetty-plus-10.0.6.jar (68 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/10.0.6/jetty-annotations-10.0.6.jar (94 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.6/jetty-webapp-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar (28 kB at 460 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.6/jetty-servlet-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/10.0.6/jetty-jndi-10.0.6.jar (48 kB at 559 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.6/jetty-security-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.6/jetty-util-10.0.6.jar (542 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.6/jetty-server-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar (56 kB at 989 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.6/jetty-webapp-10.0.6.jar (156 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.6/jetty-http-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar (273 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.6/jetty-io-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.6/jetty-servlet-10.0.6.jar (163 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.6/jetty-xml-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.6/jetty-security-10.0.6.jar (118 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.6/jetty-server-10.0.6.jar (751 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 2.5 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/jetty/jetty-io/10.0.6/jetty-io-10.0.6.jar (184 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.6/jetty-xml-10.0.6.jar (71 kB at 1.4 MB/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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.6/jetty-http-10.0.6.jar (234 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/10.0.6/jetty-deploy-10.0.6.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 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.6/jetty-jmx-10.0.6.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 2.5 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 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.services/3.9.0/org.eclipse.osgi.services-3.9.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.5/jetty-test-helper-5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/10.0.6/jetty-deploy-10.0.6.jar (65 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.6/jetty-jmx-10.0.6.jar (41 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.jar (6.4 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.services/3.9.0/org.eclipse.osgi.services-3.9.0.jar (129 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.0/junit-jupiter-params-5.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.5/jetty-test-helper-5.5.jar (63 kB at 987 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 765 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar (175 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar (100 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 3.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar (181 kB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.0/junit-jupiter-params-5.7.0.jar (567 kB at 8.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.jar (212 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-boot/10.0.6/jetty-osgi-boot-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/osgi/jetty-osgi-boot/10.0.6/jetty-osgi-boot-10.0.6-sources.jar (87 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/10.0.6/jetty-annotations-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/10.0.6/jetty-annotations-10.0.6-sources.jar (61 kB at 532 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/10.0.6/jetty-plus-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/10.0.6/jetty-plus-10.0.6-sources.jar (53 kB at 658 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2-sources.jar (39 kB at 737 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/10.0.6/jetty-jndi-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/10.0.6/jetty-jndi-10.0.6-sources.jar (38 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.6/jetty-util-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.6/jetty-util-10.0.6-sources.jar (344 kB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1-sources.jar (64 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.6/jetty-webapp-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.6/jetty-webapp-10.0.6-sources.jar (102 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.6/jetty-servlet-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.6/jetty-servlet-10.0.6-sources.jar (86 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.6/jetty-security-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.6/jetty-security-10.0.6-sources.jar (83 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.6/jetty-server-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.6/jetty-server-10.0.6-sources.jar (432 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6-sources.jar (412 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.6/jetty-http-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.6/jetty-http-10.0.6-sources.jar (133 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.6/jetty-io-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.6/jetty-io-10.0.6-sources.jar (101 kB at 971 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.6/jetty-xml-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.6/jetty-xml-10.0.6-sources.jar (48 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar (38 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1-sources.jar (180 kB at 4.3 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-sources.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-sources.jar (83 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-tree/9.1/asm-tree-9.1-sources.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-sources.jar (76 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1-sources.jar
[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-sources.jar (41 kB at 591 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/10.0.6/jetty-deploy-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/10.0.6/jetty-deploy-10.0.6-sources.jar (50 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.6/jetty-jmx-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.6/jetty-jmx-10.0.6-sources.jar (26 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.osgi/3.16.0/org.eclipse.osgi-3.16.0-sources.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-sources.jar (1.2 MB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.services/3.9.0/org.eclipse.osgi.services-3.9.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.services/3.9.0/org.eclipse.osgi.services-3.9.0-sources.jar (251 kB at 3.2 MB/s)
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.5/jetty-test-helper-5.5-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.5/jetty-test-helper-5.5-sources.jar (47 kB at 484 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0-sources.jar (6.1 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0-sources.jar (173 kB at 2.1 MB/s)
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-sources.jar (2.2 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar (8.4 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0-sources.jar (74 kB at 847 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.0/junit-jupiter-params-5.7.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.0/junit-jupiter-params-5.7.0-sources.jar (66 kB at 963 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0-sources.jar (118 kB at 736 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0-sources.jar (132 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar (83 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.4/org.apache.aries.spifly.dynamic.bundle-1.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.4/org.apache.aries.spifly.dynamic.bundle-1.3.4.jar (150 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.4/org.apache.aries.spifly.dynamic.bundle-1.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.4/org.apache.aries.spifly.dynamic.bundle-1.3.4.pom (4.8 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.core-internal/1.3.4/org.apache.aries.spifly.core-internal-1.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.core-internal/1.3.4/org.apache.aries.spifly.core-internal-1.3.4.pom (3.9 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.pom (4.5 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.weaver-internal/1.3.4/org.apache.aries.spifly.weaver-internal-1.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.weaver-internal/1.3.4/org.apache.aries.spifly.weaver-internal-1.3.4.pom (3.9 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/5.0.0/osgi.core-5.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/5.0.0/osgi.core-5.0.0.pom (1.3 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/5.3.0/aQute.libg-5.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/5.3.0/aQute.libg-5.3.0.pom (3.5 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom (1.4 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.pom (1.3 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 4.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.4/org.apache.aries.spifly.dynamic.bundle-1.3.4-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.4/org.apache.aries.spifly.dynamic.bundle-1.3.4-sources.jar (120 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2-sources.jar (180 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2-sources.jar (83 kB at 715 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2-sources.jar (76 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2-sources.jar (41 kB at 657 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2-sources.jar (80 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar (14 MB at 82 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom (4.9 kB at 448 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/70.1/icu4j-70.1-sources.jar (2.5 MB at 95 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 8.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar (223 kB at 45 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.6/websocket-javax-server-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.6/websocket-javax-server-10.0.6.jar (46 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.6/websocket-javax-server-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.6/websocket-javax-server-10.0.6.pom (3.4 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/10.0.6/websocket-parent-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/10.0.6/websocket-parent-10.0.6.pom (1.9 kB at 940 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.6/websocket-javax-client-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.6/websocket-javax-client-10.0.6.pom (3.4 kB at 480 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.pom (9.1 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.6/websocket-javax-common-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.6/websocket-javax-common-10.0.6.pom (2.1 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.6/websocket-core-client-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.6/websocket-core-client-10.0.6.pom (1.9 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.6/websocket-core-common-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.6/websocket-core-common-10.0.6.pom (2.1 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.6/jetty-client-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.6/jetty-client-10.0.6.pom (5.7 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.6/jetty-alpn-client-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.6/jetty-alpn-client-10.0.6.pom (2.4 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/10.0.6/jetty-alpn-parent-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/10.0.6/jetty-alpn-parent-10.0.6.pom (791 B at 6.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.6/websocket-servlet-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.6/websocket-servlet-10.0.6.pom (1.5 kB at 9.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.6/websocket-core-server-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.6/websocket-core-server-10.0.6.pom (1.0 kB at 3.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.6/jetty-slf4j-impl-10.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.6/jetty-slf4j-impl-10.0.6.pom (2.1 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.6/websocket-javax-common-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.6/websocket-javax-client-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.6/websocket-core-common-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.6/websocket-core-client-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.6/websocket-javax-common-10.0.6.jar (119 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.6/websocket-core-common-10.0.6.jar (184 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.6/jetty-client-10.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.6/jetty-alpn-client-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.6/websocket-javax-client-10.0.6.jar (31 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.6/websocket-servlet-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.6/websocket-servlet-10.0.6.jar (17 kB at 471 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.6/websocket-core-server-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.jar (48 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.6/jetty-slf4j-impl-10.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.6/websocket-core-client-10.0.6.jar (33 kB at 205 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.6/jetty-alpn-client-10.0.6.jar (17 kB at 165 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.6/jetty-slf4j-impl-10.0.6.jar (38 kB at 763 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.6/jetty-client-10.0.6.jar (381 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.6/websocket-core-server-10.0.6.jar (63 kB at 868 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.6/websocket-javax-server-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.6/websocket-javax-server-10.0.6-sources.jar (34 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.6/websocket-javax-client-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.6/websocket-javax-client-10.0.6-sources.jar (26 kB at 412 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2-sources.jar (73 kB at 483 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.6/websocket-javax-common-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.6/websocket-javax-common-10.0.6-sources.jar (84 kB at 592 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.6/websocket-core-client-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.6/websocket-core-client-10.0.6-sources.jar (24 kB at 261 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.6/websocket-core-common-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.6/websocket-core-common-10.0.6-sources.jar (120 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.6/jetty-client-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.6/jetty-client-10.0.6-sources.jar (203 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.6/jetty-alpn-client-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.6/jetty-alpn-client-10.0.6-sources.jar (15 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.6/websocket-servlet-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.6/websocket-servlet-10.0.6-sources.jar (15 kB at 273 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.6/websocket-core-server-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.6/websocket-core-server-10.0.6-sources.jar (43 kB at 998 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.6/jetty-slf4j-impl-10.0.6-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.6/jetty-slf4j-impl-10.0.6-sources.jar (29 kB at 262 kB/s)
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct/1.4.2.Final/mapstruct-1.4.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct/1.4.2.Final/mapstruct-1.4.2.Final.jar (26 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct/1.4.2.Final/mapstruct-1.4.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct/1.4.2.Final/mapstruct-1.4.2.Final.pom (1.8 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct-parent/1.4.2.Final/mapstruct-parent-1.4.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct-parent/1.4.2.Final/mapstruct-parent-1.4.2.Final.pom (1.6 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct/1.4.2.Final/mapstruct-1.4.2.Final-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct/1.4.2.Final/mapstruct-1.4.2.Final-sources.jar (52 kB at 776 kB/s)
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.language.wb.sample.deployer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.modeling.wb.sample.deployer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.samples.deployers.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5e7918f7...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.websocket, ArtifactId = websocket-javax-server, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-javax-websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mapstruct, ArtifactId = mapstruct, Version = 1.4.2.Final, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Adding repository https://www.kermeta.org/k3/update_2023-10-11
[INFO] Adding repository http://melange.inria.fr/updatesite/nightly/update_2023-08-18
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/pom.xml
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.amalgam.discovery.core,1.8.0.201706011309.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.amalgam.discovery.ui,1.8.0.201706011309.
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.language_workbench.documentation:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.additions.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.updatesite:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.design:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event.xdsml:1.0.0 @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.k3dsa:1.0.0 @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xdsml:1.0.0 @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.logging.config:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.edit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.editor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde.ui:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.xtext:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.groovy:2.4.9-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.timeline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.model:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ide:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jaxen:1.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jdom2:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.3rdparty.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.tests:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/pom.xml
[INFO] Adding repository http://download.eclipse.org/releases/2023-06
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.protocols.eaop.api:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/.polyglot.META-INF
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/../../releng/org.eclipse.gemoc.dsl.debug.target/dsldebug-photon.target for environments=[linux/gtk/x86, win32/win32/x86, win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5e7918f7...
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.edit:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/.polyglot.META-INF
[WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.9.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.8.0.201805030717 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.sirius.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/.polyglot.META-INF
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,javax.xml,1.3.4.v201005080400 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.bridge,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.css,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.dom,1.6.1.v201505192100 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.dom.svg,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.ext.awt,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.parser,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.util,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.util.gui,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.xml,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.pdf,1.6.0.v201105071520 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.transcoder,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.batik.svggen,1.6.0.v201011041432 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.workspace,1.5.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui,1.8.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.core,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui,1.8.1.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.action,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.action,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.action.ide,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.services,1.9.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.services.properties,1.9.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.core,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.notation,1.9.0.201805221301 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.emf.core,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.emf.type.core,1.9.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.emf.commands.core,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.emf.ui,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.gef.ui,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.actions,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.printing.render,1.8.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui.render.awt,1.8.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.properties,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.emf.ui.properties,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.providers.ide,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.render,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.draw2d.ui,1.9.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.emf.clipboard.core,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/.polyglot.META-INF
[WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.tests:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/pom.xml
[WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.feature:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ui.feature:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.sirius.ui.feature:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.api:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.feature:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.generator:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.metamodel.generator:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.annotations:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.concurrent:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.feature:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.multidimensional.timeline:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.eventscheduling.timeline:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.stategraph:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.diffviewer:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.trace.manager:org.eclipse.gemoc.trace.manager.feature:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.addon.eaop.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.manager:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.extensions.sirius:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.reflectivetrace.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen.k3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.ws.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.api:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons.ui.k3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ui.utils:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ide.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.sirius:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.kermeta3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.test.lib:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/pom.xml
[WARNING] p2 repository with URL https://downloads.efxclipse.bestsolution.at/p2-repos/openjfx-19 is associated with multiple IDs; was 'openjfx', now is 'efxclipse'
[INFO] Adding repository http://download.eclipse.org/elk/updates/releases/0.7.1
[INFO] Adding repository http://download.eclipse.org/tools/ajdt/410/dev/update
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/.polyglot.feature.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target for environments=[linux/gtk/x86_64, linux/gtk/x86, win32/win32/x86, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5e7918f7...
[WARNING] p2 repository with URL https://downloads.efxclipse.bestsolution.at/p2-repos/openjfx-19 is associated with multiple IDs; was 'efxclipse', now is 'openjfx'
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.websocket, ArtifactId = websocket-javax-server, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-javax-websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mapstruct, ArtifactId = mapstruct, Version = 1.4.2.Final, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.java.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5e7918f7...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.websocket, ArtifactId = websocket-javax-server, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-javax-websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mapstruct, ArtifactId = mapstruct, Version = 1.4.2.Final, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.sample.deployer:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.metaprogramming:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.updatesite:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.execution.ale.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/.polyglot.feature.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5e7918f7...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.websocket, ArtifactId = websocket-javax-server, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-javax-websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mapstruct, ArtifactId = mapstruct, Version = 1.4.2.Final, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.editor.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto.helper:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.transfos.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.moccml.mapping.license.feature:org.eclipse.gemoc.moccml.mapping.license.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.feature:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.core.feature:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.graphical.editors.feature:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.text.editors.feature:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature:0.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.execution.concurrent.ccsljava:org.eclipse.gemoc.moccml.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.example.deployer:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccmlxdsml.metaprog:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.addon.vcdgenerator:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.model:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.concurrent_addons.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/.polyglot.feature.xml
[WARNING] The project org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.root:pom:3.3.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
[WARNING] The project org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.parent:pom:3.0.1-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] GEMOC Studio Eclipse Product BOM                                   [pom]
[INFO] gemoc-studio root with tycho                                       [pom]
[INFO] org.eclipse.gemoc.official_samples.deployers.root                  [pom]
[INFO] org.eclipse.gemoc.sequential.language.wb.sample.deployer [eclipse-plugin]
[INFO] org.eclipse.gemoc.sequential.modeling.wb.sample.deployer [eclipse-plugin]
[INFO] org.eclipse.gemoc.sequential.samples.deployers.feature [eclipse-feature]
[INFO] GEMOC Studio Documentation                                         [jar]
[INFO] gemoc-studio/gemoc_studio root with tycho                          [pom]
[INFO] org.eclipse.gemoc.gemoc_studio.branding                 [eclipse-plugin]
[INFO] org.eclipse.gemoc.commons.root                                     [pom]
[INFO] org.eclipse.gemoc.commons.plugins                                  [pom]
[INFO] [bundle] GEMOC Commons Dsl Model                        [eclipse-plugin]
[INFO] [bundle] GEMOC messagingsystem api                      [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Eclipse                          [eclipse-plugin]
[INFO] org.eclipse.gemoc.modeldebugging.root                              [pom]
[INFO] org.eclipse.gemoc.trace.root                                       [pom]
[INFO] org.eclipse.gemoc.trace.commons.root                               [pom]
[INFO] org.eclipse.gemoc.trace.commons.plugins                            [pom]
[INFO] [bundle] GEMOC Generic Trace Model                      [eclipse-plugin]
[INFO] org.eclipse.gemoc.modeldebugging.framework.root                    [pom]
[INFO] org.eclipse.gemoc.modeldebugging.framework.commons.root            [pom]
[INFO] org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root    [pom]
[INFO] [bundle] GemocExecutionEngineTrace Model                [eclipse-plugin]
[INFO] [bundle] GEMOC Language API                             [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Dsl Xtext                        [eclipse-plugin]
[INFO] DSL Debugger Parent                                                [pom]
[INFO] org.eclipse.gemoc.simulationmodelanimation.plugins                 [pom]
[INFO] [bundle] Debug Model                                    [eclipse-plugin]
[INFO] [bundle] Debug Model Edit Support                       [eclipse-plugin]
[INFO] [bundle] Debug Model IDE Integration                    [eclipse-plugin]
[INFO] [bundle] Timeline                                       [eclipse-plugin]
[INFO] [bundle] GMEOC Trace API                                [eclipse-plugin]
[INFO] org.eclipse.gemoc.modeldebugging.executionframework.root           [pom]
[INFO] org.eclipse.gemoc.executionframework.engine.plugins                [pom]
[INFO] [bundle] org.eclipse.gemoc.executionframework.engine.model [eclipse-plugin]
[INFO] [bundle] GEMOC Engine                                   [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Xtext                            [eclipse-plugin]
[INFO] [bundle] Debug Model IDE Integration UI                 [eclipse-plugin]
[INFO] [bundle] Debug Model Sirius IDE Integration UI          [eclipse-plugin]
[INFO] [bundle] GEMOC xDSML Framework Commons                  [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.debugger  [eclipse-plugin]
[INFO] [bundle] GEMOC executionframework extensions for Sirius [eclipse-plugin]
[INFO] [bundle] Operational Semantics View Model               [eclipse-plugin]
[INFO] [bundle] GEMOC Operational Semantics View Generator     [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.ale.root                               [pom]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.plugins                   [pom]
[INFO] [bundle] GEMOC ALE Engine                               [eclipse-plugin]
[INFO] org.jaxen                                               [eclipse-plugin]
[INFO] org.jdom2                                               [eclipse-plugin]
[INFO] [bundle] GEMOC Trace Commons                            [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface [eclipse-plugin]
[INFO] [bundle] GEMOC Execution Framework Value Model          [eclipse-plugin]
[INFO] [bundle] GEMOC Execution Framework Event Model          [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.event.manager [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.sequential.java.root                   [pom]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine       [eclipse-plugin]
[INFO] org.eclipse.gemoc.gemoc_studio.headless                 [eclipse-plugin]
[INFO] org.eclipse.gemoc.language_workbench.documentation      [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Eclipse PDE                      [eclipse-plugin]
[INFO] [bundle] GEMOC messagingsystem UI                       [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Eclipse PDE UI                   [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Eclipse UI                       [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Utils                            [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Dsl Xtext Ide                    [eclipse-plugin]
[INFO] [bundle] GEMOC Commons Dsl Xtext UI                     [eclipse-plugin]
[INFO] org.eclipse.gemoc.modeldebugging.xdsmlframework.root               [pom]
[INFO] org.eclipse.gemoc.xdsmlframework.plugins                           [pom]
[INFO] [bundle] GEMOC XDSMLFramework Utils                     [eclipse-plugin]
[INFO] [bundle] GEMOC XDSMLFramework extensions for Sirius     [eclipse-plugin]
[INFO] [bundle] Execution framework UI                         [eclipse-plugin]
[INFO] org.eclipse.gemoc.trace.generator.root                             [pom]
[INFO] org.eclipse.gemoc.trace.generator.plugins                          [pom]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc                  [eclipse-plugin]
[INFO] [bundle] Execution Engine UI                            [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.debugger.ui [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine.ui    [eclipse-plugin]
[INFO] org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root [pom]
[INFO] org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins [pom]
[INFO] [bundle] org.eclipse.gemoc.protocols.eaop.api           [eclipse-plugin]
[INFO] [bundle] GEMOC Websocket Server                         [eclipse-plugin]
[INFO] [bundle] GEMOC Addon-based EAOP Server                  [eclipse-plugin]
[INFO] org.eclipse.gemoc.gemoc_studio.headless.feature        [eclipse-feature]
[INFO] org.eclipse.gemoc.trace.manager.root                               [pom]
[INFO] org.eclipse.gemoc.trace.manager.plugins                            [pom]
[INFO] [bundle] GEMOC Diffviewer Addon                         [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.root               [pom]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins      [pom]
[INFO] [bundle] GEMOC ccsljavaengine extension for K3 runtime data helper [eclipse-plugin]
[INFO] org.eclipse.gemoc.concurrent.root                                  [pom]
[INFO] Event Constraint Language                                          [pom]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model         [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins       [pom]
[INFO] [bundle] CCSLJavaXDSML API                              [eclipse-plugin]
[INFO] [bundle] GEMOC ExecutionEngineTrace Model               [eclipse-plugin]
[INFO] [bundle] GEMOC ccsljavaengine extension for K3          [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping                        [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins [pom]
[INFO] [bundle] Test Scenario Lnag                             [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.xtext.ui [eclipse-plugin]
[INFO] [bundle] CCSLJavaxdsml Utils                            [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc.concurrent       [eclipse-plugin]
[INFO] [bundle] GEMOC CCSLJava Engine                          [eclipse-plugin]
[INFO] [bundle] StimuliScenario Model                          [eclipse-plugin]
[INFO] [bundle] Gemoc Concurrent Executable Modeling Workbench UI [eclipse-plugin]
[INFO] [bundle] GEMOC Event Scheduling Timeline Addon          [eclipse-plugin]
[INFO] [bundle] GEMOC MultiDimensional Timeline Addon          [eclipse-plugin]
[INFO] [bundle] GEMOC StateGraph Addon                         [eclipse-plugin]
[INFO] org.eclipse.gemoc.concurrent_addons.plugins                        [pom]
[INFO] [bundle] Timesquare VCD Generation addon for GEMOC      [eclipse-plugin]
[INFO] [bundle] GEMOC ALE Engine UI                            [eclipse-plugin]
[INFO] org.eclipse.gemoc.ale.language.sample.deployer          [eclipse-plugin]
[INFO] [bundle] AleApproach                                    [eclipse-plugin]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.releng                    [pom]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.feature       [eclipse-feature]
[INFO] org.eclipse.gemoc.groovy                                [eclipse-plugin]
[INFO] org.eclipse.gemoc.commons.releng.root                              [pom]
[INFO] [feature] GEMOC Commons 3rd party                      [eclipse-feature]
[INFO] [bundle] GEMOC Commons Eclipse JDT                      [eclipse-plugin]
[INFO] [feature] GEMOC Eclipse Commons                        [eclipse-feature]
[INFO] [bundle] AutoSrcFolder                                  [eclipse-plugin]
[INFO] [feature] GEMOC Automatic JDT Source Folder Creator    [eclipse-feature]
[INFO] [feature] GEMOC DSL file editor                        [eclipse-feature]
[INFO] org.eclipse.gemoc.gexpressions.plugins                             [pom]
[INFO] [bundle] GExpressions Abstract Syntax                   [eclipse-plugin]
[INFO] [bundle] Gexpressions Edit Support                      [eclipse-plugin]
[INFO] [bundle] Gexpressions Editor                            [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.gexpressions.xtext           [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.gexpressions.xtext.ui        [eclipse-plugin]
[INFO] [feature] GExpressions Feature                         [eclipse-feature]
[INFO] [feature] GEMOC Commons                                [eclipse-feature]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root        [pom]
[INFO] [feature] GEMOC Concurrent Addons and Views            [eclipse-feature]
[INFO] org.eclipse.gemoc.simulationmodelanimation.features                [pom]
[INFO] [feature] DSL Debugger Feature                         [eclipse-feature]
[INFO] [feature] DSL Debugger Sirius UI Feature               [eclipse-feature]
[INFO] [feature] DSL Debugger UI Feature                      [eclipse-feature]
[INFO] [feature] GEMOC ExecutionALE                           [eclipse-feature]
[INFO] [bundle] GEMOC extension for TimeSquare                 [eclipse-plugin]
[INFO] [feature] GEMOC Execution Engine CCSL Java Runtime     [eclipse-feature]
[INFO] [feature] GEMOC Execution Engine CCSL Java Runtime UI  [eclipse-feature]
[INFO] [bundle] ExecutionFramework Language Workbench UI       [eclipse-plugin]
[INFO] [bundle] Base Model                                     [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc.generator        [eclipse-plugin]
[INFO] org.eclipse.gemoc.xdsmlframework.tests.plugins                     [pom]
[INFO] [bundle] xdsmlframework Test library                    [eclipse-plugin]
[INFO] org.eclipse.gemoc.xdsmlframework.feature               [eclipse-feature]
[INFO] org.eclipse.gemoc.modeldebugging.framework.commons.releng.root     [pom]
[INFO] [feature] ModelDebugging framework commons             [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.mapping.xtext                  [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.ecltoqvto              [eclipse-plugin]
[INFO] [bundle] GEMOC xDSML Framework Commons UI for K3        [eclipse-plugin]
[INFO] [bundle] GEMOC MoCCML Language Workbench UI             [eclipse-plugin]
[INFO] [bundle] GEMOC XDSMLFramework extensions for Kermeta3   [eclipse-plugin]
[INFO] [bundle] MOCCMLApproach                                 [eclipse-plugin]
[INFO] [feature] GEMOC Execution Engine CCSL Java             [eclipse-feature]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine.feature [eclipse-feature]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine.ui.feature [eclipse-feature]
[INFO] org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog [eclipse-plugin]
[INFO] org.eclipse.gemoc.execution.sequential.javaxdsml.feature [eclipse-feature]
[INFO] [feature] GEMOC ExecutionJava                          [eclipse-feature]
[INFO] org.eclipse.gemoc.execution.moccml.example.deployer     [eclipse-plugin]
[INFO] [feature] GEMOC ExecutionMOCCML                        [eclipse-feature]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Edit Support [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Editor [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ide [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ui [eclipse-plugin]
[INFO] [bundle] Eventmanager                                   [eclipse-plugin]
[INFO] org.eclipse.gemoc.executionframework.feature           [eclipse-feature]
[INFO] [bundle] GEMOC Generic Trace Model Edit Support         [eclipse-plugin]
[INFO] [feature] Domain Specific Trace Commons                [eclipse-feature]
[INFO] [bundle] Tracingannotations Model                       [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc.ui               [eclipse-plugin]
[INFO] org.eclipse.gemoc.trace.generator.features                         [pom]
[INFO] [feature] Domain Specific Trace Metamodel Generator SDK [eclipse-feature]
[INFO] org.eclipse.gemoc.trace.manager.features                           [pom]
[INFO] [feature] Domain Specific Trace Metamodel Manager SDK  [eclipse-feature]
[INFO] [bundle] GEMOC Operational Semantics View K3 Generator  [eclipse-plugin]
[INFO] [feature] ModelDebugging framework commons for k3      [eclipse-feature]
[INFO] org.eclipse.gemoc.modeldebugging.releng.root                       [pom]
[INFO] [feature] GEMOC ModelDebugging                         [eclipse-feature]
[INFO] org.eclipse.gemoc.mocc.root                                        [pom]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model     [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model      [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.core.feature       [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.constraint.graphical.editors.feature [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.constraint.text.editors.feature [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.constraint.feature            [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.mapping.xtext.ui               [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.editor.feature        [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui           [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.qvto.helper            [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui           [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.transfos.feature      [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.mapping.feature               [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model.edit    [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model.editor  [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model.feature [eclipse-feature]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root        [pom]
[INFO] [feature] GEMOC MOCCML                                 [eclipse-feature]
[INFO] org.eclipse.gemoc.gemoc_studio.branding.feature        [eclipse-feature]
[INFO] org.eclipse.gemoc.gemoc_studio.additions.feature       [eclipse-feature]
[INFO] org.eclipse.gemoc.gemoc_studio.updatesite           [eclipse-repository]
[INFO] org.eclipse.gemoc.gemoc_studio.targetplatform [eclipse-target-definition]
[INFO] org.eclipse.gemoc.example.k3fsm.lwb.bundles                        [pom]
[INFO] [bundle] K3fsm Model                                    [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.design         [eclipse-plugin]
[INFO] [bundle] K3fsm Model Edit Support                       [eclipse-plugin]
[INFO] [bundle] K3fsm Model Editor                             [eclipse-plugin]
[INFO] [bundle] K3FSM Behavioral Interface                     [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.k3dsa          [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.event.xdsml    [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xdsml          [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xtext          [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ide      [eclipse-plugin]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ui       [eclipse-plugin]
[INFO] org.eclipse.gemoc.studio.tests.logging.config           [eclipse-plugin]
[INFO] org.eclipse.gemoc.dsl.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.gemoc.dsl.debug.tests                  [eclipse-test-plugin]
[INFO] [bundle] GEMOC Execution Framework Value Model Edit Support [eclipse-plugin]
[INFO] [bundle] GEMOC Execution Framework Value Model Editor   [eclipse-plugin]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.updatesite [eclipse-repository]
[INFO] org.eclipse.gemoc.moccml.mapping.license.feature       [eclipse-feature]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit [eclipse-plugin]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor [eclipse-plugin]
[INFO] Full tycho build                                                   [pom]
[INFO] 
[INFO] ------< org.eclipse.gemoc.gemoc-studio:gemoc_studio-eclipse-bom >-------
[INFO] Building GEMOC Studio Eclipse Product BOM 3.6.1-SNAPSHOT         [1/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gemoc_studio-eclipse-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gemoc_studio-eclipse-bom ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/gemoc_studio-eclipse-bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/gemoc_studio-eclipse-bom/3.6.1-SNAPSHOT/gemoc_studio-eclipse-bom-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.root >--
[INFO] Building gemoc-studio root with tycho 3.6.1-SNAPSHOT             [2/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx/11/javafx-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx/11/javafx-11.pom (2.8 kB at 441 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11/javafx-controls-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11/javafx-controls-11.pom (891 B at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11/javafx-graphics-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11/javafx-graphics-11.pom (887 B at 9.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11/javafx-base-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11/javafx-base-11.pom (736 B at 7.9 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] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.4 kB at 62 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom (1.9 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.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 54 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 92 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 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.pom (2.0 kB at 41 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] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/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.2 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 33 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 108 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 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom (1.3 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom (1.3 kB at 31 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (501 B at 3.1 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[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 743 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.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 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.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 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.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 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.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 36 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 55 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 65 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[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 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 34 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[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 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 82 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 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 75 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 64 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 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 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.13.200/org.eclipse.osgi-3.13.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 60 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 60 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 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.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 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.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 87 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 124 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 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.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 115 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
[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] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/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.1 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.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 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/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 (881 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 63 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[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 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.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 41 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 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.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 115 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 30 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 130 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 109 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 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.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 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.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 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.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 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.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 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.0/org.eclipse.core.expressions-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.0/org.eclipse.core.expressions-3.9.0.pom (1.6 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom (1.6 kB at 88 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] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/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 (884 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.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 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.7.0/org.eclipse.core.filesystem-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom (2.3 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom (2.3 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.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 48 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 30 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 59 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 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.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 68 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 52 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 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.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 58 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 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.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 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.10.0/org.eclipse.core.filesystem-1.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.0/org.eclipse.core.filesystem-1.10.0.pom (2.0 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom (2.0 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.0/org.eclipse.core.resources-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.0/org.eclipse.core.resources-3.19.0.pom (2.4 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom (2.4 kB at 109 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.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 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 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.34.0/org.eclipse.jdt.core-3.34.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.34.0/org.eclipse.jdt.core-3.34.0.pom (2.5 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom (1.3 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom (2.6 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom (1.3 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom (2.5 kB at 70 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 52 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 97 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 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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 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.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 97 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 70 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 110 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 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.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 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.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 141 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 110 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 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.16.100/org.eclipse.core.resources-3.16.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/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 55 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 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom (2.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 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.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 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom (2.6 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 49 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 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 133 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 63 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 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 115 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 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.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 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.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 190 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 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.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 115 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 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom (2.7 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom (2.7 kB at 72 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 140 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 98 kB/s)
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11/javafx-controls-11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11/javafx-controls-11-linux.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11/javafx-base-11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11/javafx-base-11-linux.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11/javafx-graphics-11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11/javafx-controls-11.jar (306 B at 1.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11/javafx-graphics-11-linux.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11/javafx-graphics-11.jar (306 B at 1.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11/javafx-base-11.jar (302 B at 1.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11/javafx-base-11-linux.jar (750 kB at 3.8 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.19.100/org.eclipse.core.resources-3.19.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar (74 kB at 330 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar (1.5 MB at 6.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11/javafx-controls-11-linux.jar (2.5 MB at 9.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar (97 kB at 385 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar (922 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11/javafx-graphics-11-linux.jar (4.9 MB at 12 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.gemoc_studio.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.official_samples.deployers.root >--
[INFO] Building org.eclipse.gemoc.official_samples.deployers.root 3.1.0-SNAPSHOT [3/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.official_samples.deployers.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.official_samples.deployers.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.official_samples.deployers.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.official_samples.deployers.root/3.1.0-SNAPSHOT/org.eclipse.gemoc.official_samples.deployers.root-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.language.wb.sample.deployer >--
[INFO] Building org.eclipse.gemoc.sequential.language.wb.sample.deployer 3.1.0-SNAPSHOT [4/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/73.1/icu4j-73.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/73.1/icu4j-73.1.pom (4.9 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom (2.3 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/73.1/icu4j-73.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 627 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (1.9 MB at 30 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar (1.4 MB at 18 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/73.1/icu4j-73.1.jar (15 MB at 45 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] The project's OSGi version is 3.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/3.0.4/tycho-compiler-jdt-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/3.0.4/tycho-compiler-jdt-3.0.4.pom (2.4 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/3.0.4/tycho-lib-detector-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/3.0.4/tycho-lib-detector-3.0.4.pom (1.6 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/3.0.4/tycho-compiler-jdt-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/3.0.4/tycho-lib-detector-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 388 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/3.0.4/tycho-compiler-jdt-3.0.4.jar (19 kB at 490 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/3.0.4/tycho-lib-detector-3.0.4.jar (3.5 kB at 72 kB/s)
[INFO] Resolving class path of org.eclipse.gemoc.sequential.language.wb.sample.deployer...
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,javax.transaction,1.1.1.v201105210645 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 521 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 410 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 707 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 607 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 423 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.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-settings/3.0.5/maven-settings-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 76 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.5/maven-settings-builder-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 56 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.5/maven-model-builder-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 154 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.5/maven-aether-provider-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 155 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 273 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom (10.0 kB at 285 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom (5.6 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom (2.3 kB at 111 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.5/maven-plugin-api-3.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 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-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 10 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.5/maven-model-builder-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 849 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.5/maven-aether-provider-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 478 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 567 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 706 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 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-artifact/3.0.5/maven-artifact-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 48 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/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 523 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 1.4 MB/s)
[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 2.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 487 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar (2.1 MB at 10.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar (18 kB at 88 kB/s)
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.fsm.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.fsm.design.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.fsm.model.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.xsfsm.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.design.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.edit.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.editor.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.k3dsa.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.xdsml.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.xtext.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.xtext.ide.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.xtext.ui.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.event.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.event.xdsml.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- plantuml-maven-plugin:1.2:generate (output-plantuml) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/8059/plantuml-8059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/8059/plantuml-8059.pom (6.4 kB at 43 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.4/maven-plugin-api-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom (2.7 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 808 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 346 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (1.6 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/8059/plantuml-8059.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar (49 kB at 5.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 16 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar (52 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/8059/plantuml-8059.jar (5.5 MB at 18 MB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[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 179 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 42 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 82 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 112 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 315 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 454 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 3.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 8.9 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 30 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 3.8 MB/s)
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.language.wb.sample.deployer:xml:p2metadata:3.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.language.wb.sample.deployer:xml:p2artifacts:3.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.language.wb.sample.deployer-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.sequential.language.wb.sample.deployer ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.modeling.wb.sample.deployer >--
[INFO] Building org.eclipse.gemoc.sequential.modeling.wb.sample.deployer 3.1.0-SNAPSHOT [5/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] The project's OSGi version is 3.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Resolving class path of org.eclipse.gemoc.sequential.modeling.wb.sample.deployer...
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.melangek3fsm.model_examples.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.Bitshifting.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.EdgeDetector.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.StringtoLowercase.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.StringtoUpperCase.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.ThreeStates.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.TrafficLight.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/zips/org.eclipse.gemoc.example.k3fsm.model_examples.TwoStates.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.modeling.wb.sample.deployer:xml:p2metadata:3.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.modeling.wb.sample.deployer:xml:p2artifacts:3.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.modeling.wb.sample.deployer-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.sequential.modeling.wb.sample.deployer ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.samples.deployers.feature >--
[INFO] Building org.eclipse.gemoc.sequential.samples.deployers.feature 3.1.0-SNAPSHOT [6/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] The project's OSGi version is 3.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.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/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.samples.deployers.feature:xml:p2metadata:3.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.sequential.samples.deployers.feature:xml:p2artifacts:3.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.samples.deployers.feature/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.samples.deployers.feature/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.samples.deployers.feature/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.samples.deployers.feature/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/sample.deployers/releng/org.eclipse.gemoc.sequential.samples.deployers.feature/target/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.sequential.samples.deployers.feature/3.1.0-SNAPSHOT/org.eclipse.gemoc.sequential.samples.deployers.feature-3.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.sequential.samples.deployers.feature ---
[INFO] 
[INFO] -----< org.eclipse.gemoc.documentation:gemoc-studio-documentation >-----
[INFO] Building GEMOC Studio Documentation 3.6.1-SNAPSHOT               [7/237]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom (18 kB at 245 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar (55 kB at 781 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/plantuml-maven-plugin/0.2.4/plantuml-maven-plugin-0.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/plantuml-maven-plugin/0.2.4/plantuml-maven-plugin-0.2.4.pom (2.9 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/plantuml-maven-plugin-parent/0.2.4/plantuml-maven-plugin-parent-0.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/plantuml-maven-plugin-parent/0.2.4/plantuml-maven-plugin-parent-0.2.4.pom (2.2 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/sonatype-parent/0.1/sonatype-parent-0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/sonatype-parent/0.1/sonatype-parent-0.1.pom (4.0 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/plantuml-maven-plugin/0.2.4/plantuml-maven-plugin-0.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/davidmoten/plantuml-maven-plugin/0.2.4/plantuml-maven-plugin-0.2.4.jar (8.4 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.pom (11 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx/2.0.17/docbkx-2.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx/2.0.17/docbkx-2.0.17.pom (11 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.jar (623 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom (5.8 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar (40 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gemoc-studio-documentation ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (output-docbook) @ gemoc-studio-documentation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom (8.3 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom (3.5 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom (24 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 351 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom (4.1 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom (2.2 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom (7.2 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 168 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom (1.7 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom (45 kB at 955 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom (2.2 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom (1.4 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom (6.8 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom (2.4 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 693 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.7/doxia-sink-api-1.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.7/doxia-sink-api-1.7.pom (1.5 kB at 118 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.7/doxia-logging-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 341 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 640 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 565 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 407 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 623 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 937 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 656 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 486 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 161 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.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/maven-plugin-api-2.0.jar (10 kB at 596 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar (247 kB at 5.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar (61 kB at 566 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar (453 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar (762 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar (148 kB at 786 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar (367 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 694 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.7/doxia-sink-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 46 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.7/doxia-logging-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar (221 kB at 767 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar (294 kB at 939 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 808 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar (511 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 872 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 129 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 268 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 48 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 462 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar (24 MB at 58 MB/s)
2023-10-18T14:38:28.478Z: JavaProxyClassFactory: could not use ClassLoader.defineClass method
java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @441fe7ee
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
	at org.jruby.javasupport.proxy.JavaProxyClassFactory$1.run(JavaProxyClassFactory.java:231)
	at org.jruby.javasupport.proxy.JavaProxyClassFactory$1.run(JavaProxyClassFactory.java:224)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at org.jruby.javasupport.proxy.JavaProxyClassFactory.<clinit>(JavaProxyClassFactory.java:224)
	at org.jruby.javasupport.Java.load(Java.java:134)
	at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:598)
	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
	at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
	at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892)
	at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
	at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:78)
	at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:598)
	at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
	at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:51)
	at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:892)
	at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:465)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:414)
	at org.jruby.Ruby.init(Ruby.java:1248)
	at org.jruby.Ruby.newInstance(Ruby.java:334)
	at org.jruby.javasupport.JavaEmbedUtils.initialize(JavaEmbedUtils.java:95)
	at org.asciidoctor.internal.JRubyAsciidoctor.createJRubyAsciidoctorInstance(JRubyAsciidoctor.java:129)
	at org.asciidoctor.internal.JRubyAsciidoctor.create(JRubyAsciidoctor.java:72)
	at org.asciidoctor.Asciidoctor$Factory.create(Asciidoctor.java:695)
	at org.asciidoctor.maven.AsciidoctorMojo.getAsciidoctorInstance(AsciidoctorMojo.java:344)
	at org.asciidoctor.maven.AsciidoctorMojo.execute(AsciidoctorMojo.java:193)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 64 resources
[INFO] Copying 37 resources to images
[INFO] Copying 13 resources to images
[INFO] Copying 1 resource to images
[INFO] Copying 7 resources to images
[INFO] Copying 3 resources to images
[INFO] Copying 17 resources to images
[INFO] Copying 14 resources to images
[INFO] Copying 23 resources to images
[INFO] Copying 51 resources to images
[INFO] Copying 14 resources to images
[INFO] Copying 3 resources to images
[INFO] Copying 4 resources to images
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/../../official_samples/sample.deployers/plugins/org.eclipse.gemoc.sequential.language.wb.sample.deployer/docs/images
[INFO] Copying 2 resources to images
[INFO] Copying 4 resources to images
[INFO] Copying 1 resource to images
[INFO] Copying 1 resource to images
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/../../../gemoc-studio-modeldebugging/commons/docs/dev/images
[INFO] Copying 1 resource to images
[INFO] Copying 2 resources to images
[INFO] Copying 2 resources to images
[INFO] Copying 3 resources to images
asciidoctor: WARNING: master.asciidoc: line 281: include file not found: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/commons/docs/dev/Commons.asciidoc
asciidoctor: WARNING: master.asciidoc: line 303: include file not found: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/docs/dev/Trace.asciidoc
asciidoctor: WARNING: master.asciidoc: line 305: include file not found: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/docs/dev/TraceCommons.asciidoc
asciidoctor: WARNING: master.asciidoc: line 307: include file not found: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/docs/dev/TraceGenerator.asciidoc
asciidoctor: WARNING: master.asciidoc: line 309: include file not found: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/docs/dev/TraceManager.asciidoc
[INFO] Rendered /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/src/main/asciidoc/master.asciidoc
[INFO] 
[INFO] --- plantuml-maven-plugin:0.2.4:generate (output-plantuml) @ gemoc-studio-documentation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/1.2023.8/plantuml-1.2023.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/1.2023.8/plantuml-1.2023.8.pom (2.0 kB at 31 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.4.2/maven-shared-utils-3.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/1.2023.8/plantuml-1.2023.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 8.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/plantuml/plantuml/1.2023.8/plantuml-1.2023.8.jar (12 MB at 60 MB/s)
[INFO] sources=FileSet {directory: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc, PatternSet [includes: {target/generated-docbook/**/*.plantuml}, excludes: {**/ignore-me.puml}]}
[INFO] configs=[]
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ComponentsOverview.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ComponentsOverview.plantuml] (17 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ComponentsOverview.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ComponentsOverview.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ComponentsOverview.plantuml] (17 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ComponentsOverview.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/GEMOCStudioGeneralArchitecture-MainFeatures.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [GEMOCStudioGeneralArchitecture-MainFeatures.plantuml] (16 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/GEMOCStudioGeneralArchitecture-MainFeatures.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/GEMOCStudioGeneralArchitecture-MainFeatures.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [GEMOCStudioGeneralArchitecture-MainFeatures.plantuml] (16 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/GEMOCStudioGeneralArchitecture-MainFeatures.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ProtocolsOverview.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ProtocolsOverview.plantuml] (2 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ProtocolsOverview.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ProtocolsOverview.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ProtocolsOverview.plantuml] (2 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ProtocolsOverview.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DSLDebugger_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [DSLDebugger_overview_CD.plantuml] (4 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DSLDebugger_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DSLDebugger_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [DSLDebugger_overview_CD.plantuml] (4 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DSLDebugger_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DebugModelPresentation_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [DebugModelPresentation_overview_CD.plantuml] (10 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DebugModelPresentation_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DebugModelPresentation_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [DebugModelPresentation_overview_CD.plantuml] (10 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/DebugModelPresentation_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_Typical_flow_SD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionEngine_Typical_flow_SD.plantuml] (4 participants) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_Typical_flow_SD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_Typical_flow_SD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionEngine_Typical_flow_SD.plantuml] (4 participants) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_Typical_flow_SD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionEngine_overview_CD.plantuml] (14 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionEngine_overview_CD.plantuml] (14 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionEngine_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DSLDebugger_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionFramework_DSLDebugger_overview_CD.plantuml] (15 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DSLDebugger_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DSLDebugger_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionFramework_DSLDebugger_overview_CD.plantuml] (15 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DSLDebugger_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DebugModelPresentation_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionFramework_DebugModelPresentation_overview_CD.plantuml] (11 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DebugModelPresentation_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DebugModelPresentation_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ExecutionFramework_DebugModelPresentation_overview_CD.plantuml] (11 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ExecutionFramework_DebugModelPresentation_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/frameworkcommons_api_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [frameworkcommons_api_overview_CD.plantuml] (10 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/frameworkcommons_api_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/frameworkcommons_api_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [frameworkcommons_api_overview_CD.plantuml] (10 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/frameworkcommons_api_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/xdsmlframework_api_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [xdsmlframework_api_overview_CD.plantuml] (7 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/xdsmlframework_api_overview_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/xdsmlframework_api_overview_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [xdsmlframework_api_overview_CD.plantuml] (7 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/xdsmlframework_api_overview_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [PlainK3ExecutionEngine_CD.plantuml] (12 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [PlainK3ExecutionEngine_CD.plantuml] (12 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_Typical_flow_SD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [PlainK3ExecutionEngine_Typical_flow_SD.plantuml] (6 participants) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_Typical_flow_SD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_Typical_flow_SD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [PlainK3ExecutionEngine_Typical_flow_SD.plantuml] (6 participants) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/PlainK3ExecutionEngine_Typical_flow_SD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ALEInterpreterExecutionEngine_CD.plantuml] (11 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_CD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_CD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ALEInterpreterExecutionEngine_CD.plantuml] (11 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_CD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_Typical_flow_SD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ALEInterpreterExecutionEngine_Typical_flow_SD.plantuml] (6 participants) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_Typical_flow_SD.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_Typical_flow_SD.plantuml
[INFO] relative output path=target/generated-docbook/images/dev
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev
[INFO] image  [ALEInterpreterExecutionEngine_Typical_flow_SD.plantuml] (6 participants) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/dev/ALEInterpreterExecutionEngine_Typical_flow_SD.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_concepts_figure.plantuml
[INFO] relative output path=target/generated-docbook/images/MelangeK3FSM
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM
[INFO] image  [MelangeK3FSM_language_concepts_figure.plantuml] (6 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_concepts_figure.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_concepts_figure.plantuml
[INFO] relative output path=target/generated-docbook/images/MelangeK3FSM
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM
[INFO] image  [MelangeK3FSM_language_concepts_figure.plantuml] (6 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_concepts_figure.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_figure.plantuml
[INFO] relative output path=target/generated-docbook/images/MelangeK3FSM
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM
[INFO] image  [MelangeK3FSM_language_figure.plantuml] (16 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_figure.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_figure.plantuml
[INFO] relative output path=target/generated-docbook/images/MelangeK3FSM
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM
[INFO] image  [MelangeK3FSM_language_figure.plantuml] (16 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/MelangeK3FSM/MelangeK3FSM_language_figure.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain.plantuml
[INFO] relative output path=target/generated-docbook/images/K3FSM/DIY
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY
[INFO] image  [K3FSM_syntaxic_domain.plantuml] (3 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain.plantuml
[INFO] relative output path=target/generated-docbook/images/K3FSM/DIY
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY
[INFO] image  [K3FSM_syntaxic_domain.plantuml] (3 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain_and_semantic_domain.plantuml
[INFO] relative output path=target/generated-docbook/images/K3FSM/DIY
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY
[INFO] image  [K3FSM_syntaxic_domain_and_semantic_domain.plantuml] (4 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain_and_semantic_domain.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain_and_semantic_domain.plantuml
[INFO] relative output path=target/generated-docbook/images/K3FSM/DIY
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY
[INFO] image  [K3FSM_syntaxic_domain_and_semantic_domain.plantuml] (4 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/DIY/K3FSM_syntaxic_domain_and_semantic_domain.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/K3FSM_classes.plantuml
[INFO] relative output path=target/generated-docbook/images/K3FSM
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM
[INFO] image  [K3FSM_classes.plantuml] (8 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/K3FSM_classes.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/K3FSM_classes.plantuml
[INFO] relative output path=target/generated-docbook/images/K3FSM
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM
[INFO] image  [K3FSM_classes.plantuml] (8 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM/K3FSM_classes.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM_language_concepts_figure.plantuml
[INFO] relative output path=target/generated-docbook/images
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images
[INFO] image  [K3FSM_language_concepts_figure.plantuml] (3 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM_language_concepts_figure.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM_language_concepts_figure.plantuml
[INFO] relative output path=target/generated-docbook/images
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images
[INFO] image  [K3FSM_language_concepts_figure.plantuml] (3 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/K3FSM_language_concepts_figure.svg
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/EngineAddonProtocol.plantuml
[INFO] relative output path=target/generated-docbook/images
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images
[INFO] image  [EngineAddonProtocol.plantuml] (23 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/EngineAddonProtocol.png
[INFO] generating image from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/EngineAddonProtocol.plantuml
[INFO] relative output path=target/generated-docbook/images
[INFO] output directory=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images
[INFO] image  [EngineAddonProtocol.plantuml] (23 entities) written to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/generated-docbook/images/EngineAddonProtocol.svg
[INFO] 
[INFO] --- docbkx-maven-plugin:2.0.17:generate-webhelp (manual-webhelp-html) @ gemoc-studio-documentation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.0-all/docbook-xml-5.0-all.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.0-all/docbook-xml-5.0-all.pom (2.2 kB at 290 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook/5.0/docbook-5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook/5.0/docbook-5.0.pom (2.6 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docbook/docbook-xml/4.4/docbook-xml-4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docbook/docbook-xml/4.4/docbook-xml-4.4.pom (268 B at 1.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/2.2/fop-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/2.2/fop-2.2.pom (6.4 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.2/xmlgraphics-commons-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.2/xmlgraphics-commons-2.2.pom (3.5 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom (6.8 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.9/batik-svg-dom-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.9/batik-svg-dom-1.9.pom (4.3 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.9/batik-awt-util-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.9/batik-awt-util-1.9.pom (3.2 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.9/batik-util-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.9/batik-util-1.9.pom (3.3 kB at 8.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.9/batik-constants-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.9/batik-constants-1.9.pom (3.0 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.9/batik-i18n-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.9/batik-i18n-1.9.pom (3.0 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.9/batik-css-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.9/batik-css-1.9.pom (3.6 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom (1.8 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.9/batik-dom-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.9/batik-dom-1.9.pom (4.1 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.9/batik-ext-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.9/batik-ext-1.9.pom (3.0 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.9/batik-xml-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.9/batik-xml-1.9.pom (3.2 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.2/xalan-2.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.2/serializer-2.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.9/batik-parser-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.9/batik-parser-1.9.pom (3.8 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.9/batik-bridge-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.9/batik-bridge-1.9.pom (5.2 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.9/batik-anim-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.9/batik-anim-1.9.pom (4.4 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.9/batik-gvt-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.9/batik-gvt-1.9.pom (3.4 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.9/batik-script-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.9/batik-script-1.9.pom (3.5 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.9/batik-transcoder-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.9/batik-transcoder-1.9.pom (4.6 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.9/batik-svggen-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.9/batik-svggen-1.9.pom (3.5 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.9/batik-extension-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.9/batik-extension-1.9.pom (4.9 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom (2.9 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom (1.9 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/excalibur/excalibur/1/excalibur-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/excalibur/excalibur/1/excalibur-1.pom (8.0 kB at 362 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/pdfbox/fontbox/2.0.4/fontbox-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/pdfbox/fontbox/2.0.4/fontbox-2.0.4.pom (2.4 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/pdfbox/pdfbox-parent/2.0.4/pdfbox-parent-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/pdfbox/pdfbox-parent/2.0.4/pdfbox-parent-2.0.4.pom (13 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom (564 B at 5.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1.pom (5.1 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook/5.0-2/docbook-5.0-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook/5.0-2/docbook-5.0-2.pom (3.2 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.0/xslthl-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.0/xslthl-2.1.0.pom (5.7 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.pom (350 B at 3.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 5.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom (2.2 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.pom (491 B at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 kB at 472 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 34 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.4/maven-repository-metadata-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.pom (2.9 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.pom (4.1 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.pom (157 B at 4.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.pom (146 B at 6.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.pom (150 B at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.pom (1.8 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom (150 B at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom (6.7 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.0b3/xom-1.0b3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.0b3/xom-1.0b3.pom (1.1 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.pom (144 B at 9.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.pom (156 B at 9.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.pom (312 B at 7.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-root/1.0/plexus-root-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-root/1.0/plexus-root-1.0.pom (4.9 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.1/commons-io-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.1/commons-io-1.1.pom (6.1 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.pom (439 B at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.pom (149 B at 827 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.pom (861 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.pom (3.0 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.pom (4.1 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.pom (1.4 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/3.0.0/lucene-parent-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/3.0.0/lucene-parent-3.0.0.pom (3.1 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.pom (1.4 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-contrib/3.0.0/lucene-contrib-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-contrib/3.0.0/lucene-contrib-3.0.0.pom (1.9 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom (1.2 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 55 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 836 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.0-all/docbook-xml-5.0-all-resources.zip
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docbook/docbook-xml/4.4/docbook-xml-4.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/2.2/fop-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.2/xmlgraphics-commons-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.9/batik-svg-dom-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.0-all/docbook-xml-5.0-all-resources.zip (235 kB at 793 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.9/batik-css-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.9/batik-svg-dom-1.9.jar (233 kB at 686 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.9/batik-dom-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/2.2/xmlgraphics-commons-2.2.jar (647 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.9/batik-parser-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/docbook/docbook-xml/4.4/docbook-xml-4.4.jar (96 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.9/batik-util-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.9/batik-css-1.9.jar (325 kB at 681 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.9/batik-constants-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.9/batik-dom-1.9.jar (184 kB at 360 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.9/batik-i18n-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.9/batik-util-1.9.jar (127 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/2.2/fop-2.2.jar (4.3 MB at 8.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.9/batik-bridge-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.9/batik-parser-1.9.jar (76 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.9/batik-anim-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.9/batik-script-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-constants/1.9/batik-constants-1.9.jar (8.2 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.9/batik-xml-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-i18n/1.9/batik-i18n-1.9.jar (11 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.9/batik-awt-util-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.9/batik-anim-1.9.jar (479 kB at 716 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.9/batik-gvt-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.9/batik-xml-1.9.jar (33 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.9/batik-transcoder-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.9/batik-bridge-1.9.jar (695 kB at 852 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.9/batik-svggen-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.9/batik-script-1.9.jar (26 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.9/batik-extension-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.9/batik-awt-util-1.9.jar (421 kB at 496 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.9/batik-ext-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.9/batik-transcoder-1.9.jar (128 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.9/batik-gvt-1.9.jar (191 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/pdfbox/fontbox/2.0.4/fontbox-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.9/batik-extension-1.9.jar (72 kB at 73 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.9/batik-svggen-1.9.jar (224 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1-ns-resources.zip
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.9/batik-ext-1.9.jar (13 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.0/xslthl-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar (84 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.0/xslthl-2.1.0.jar (56 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/pdfbox/fontbox/2.0.4/fontbox-2.0.4.jar (1.5 MB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 263 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.jar (133 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar (3.3 MB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (125 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1-ns-resources.zip (4.4 MB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 801 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar (33 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar (61 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.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.4/maven-project-2.0.4.jar (109 kB at 71 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.4/maven-artifact-manager-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar (44 kB at 28 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.4/maven-repository-metadata-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar (30 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar (80 kB at 51 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/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar (49 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.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/plexus-container-default-1.0-alpha-9.jar (195 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.jar (2.7 MB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar (20 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar (80 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.jar (112 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar (48 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar (192 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar (24 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.jar (29 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.jar (432 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.jar (630 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar (60 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.jar (157 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.jar (132 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.jar (1.0 MB at 498 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.jar (44 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.jar (116 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar (9.2 kB at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 5.3 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/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.jar (201 kB at 91 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar (91 kB at 41 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 571 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.jar (1.0 MB at 437 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 204 kB/s)
[INFO] Executing tasks
     [copy] Copying 267 files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/publish/webhelp
[INFO] Executed tasks
[INFO] Processing input file: master.xml
[INFO] Applying customization parameters after docbkx parameters
The created index files are located in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/publish/webhelp/search
[INFO] See /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/publish/webhelp for generated file(s)
[INFO] Executing tasks
     [copy] Copying 2 files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/publish/webhelp
[INFO] Executed tasks
[INFO] 
[INFO] --- docbkx-maven-plugin:2.0.17:generate-eclipse (multi-page-eclipse) @ gemoc-studio-documentation ---
[INFO] Executing tasks
     [copy] Copying 267 files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/publish/eclipse
[INFO] Executed tasks
[INFO] Processing input file: master.xml
[INFO] Applying customization parameters after docbkx parameters
[INFO] See /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/publish/eclipse for generated file(s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gemoc-studio-documentation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 431 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 218 kB/s)
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gemoc-studio-documentation ---
[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 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 9.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 5.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 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-container-default/1.5.5/plexus-container-default-1.5.5.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 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 216 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 640 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 208 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 442 kB/s)
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gemoc-studio-documentation ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ gemoc-studio-documentation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ gemoc-studio-documentation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- replacer:1.5.3:replace (replace_imagemap_gemoc_user_guide_eclipse_help) @ gemoc-studio-documentation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 665 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 618 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 6.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 946 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 110 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 345 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 470 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 481 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 24 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 3.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar (163 kB at 247 kB/s)
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- replacer:1.5.3:replace (replace_imagemap_gemoc_user_guide_webhelp) @ gemoc-studio-documentation ---
[INFO] Replacement run on 2 files.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gemoc-studio-documentation ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/gemoc-studio-documentation-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gemoc-studio-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/target/gemoc-studio-documentation-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/documentation/gemoc-studio-documentation/3.6.1-SNAPSHOT/gemoc-studio-documentation-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/docs/org.eclipse.gemoc.studio.doc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/documentation/gemoc-studio-documentation/3.6.1-SNAPSHOT/gemoc-studio-documentation-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.parent >--
[INFO] Building gemoc-studio/gemoc_studio root with tycho 3.6.1-SNAPSHOT [8/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.gemoc_studio.parent ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.parent/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.parent-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.branding 3.6.1-SNAPSHOT  [9/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.73/bcpg-jdk18on-1.73.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.73/bcprov-jdk18on-1.73.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.73/bcpg-jdk18on-1.73.jar (411 kB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.73/bcprov-jdk18on-1.73.jar (11 MB at 61 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Resolving class path of org.eclipse.gemoc.gemoc_studio.branding...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[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 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 81 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 53 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 146 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 1.0 MB/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 56 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 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 685 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 228 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 345 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 671 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 9.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 28 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 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] 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] 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] 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] 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/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/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/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 383 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/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 5.6 MB/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/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 698 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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 239 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.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 398 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 227 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-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 755 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.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 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.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 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.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 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 900 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 519 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 592 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 425 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 361 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 224 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 205 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 437 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 9.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 8.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 15 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/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 10 kB/s)
[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 52 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 128 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 452 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 393 kB/s)
[INFO] 
[INFO] --- splasher-maven-plugin:1.1.0:compose (splash-bg) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/congrace/exp4j/0.3.10/exp4j-0.3.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/congrace/exp4j/0.3.10/exp4j-0.3.10.pom (5.8 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/congrace/exp4j/0.3.10/exp4j-0.3.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/congrace/exp4j/0.3.10/exp4j-0.3.10.jar (44 kB at 881 kB/s)
[INFO] Writing image to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/splash.png (format: PNG )
[INFO] 
[INFO] --- image-tools-plugin:0.1.0:convert (default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[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/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 696 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 240 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 178 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 63 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 167 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 473 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 65 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 56 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 220 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 591 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 54 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 114 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 626 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 365 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 75 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 315 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 48 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 33 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 34 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 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 9.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 100 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 207 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 80 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 514 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 63 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 57 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 108 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 124 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 920 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.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 313 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 424 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 166 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] 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-artifact/3.8.1/maven-artifact-3.8.1.jar
[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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 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/3.2.1/plexus-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/3.8.1/maven-model-3.8.1.jar (215 kB at 6.2 MB/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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 117 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 898 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 434 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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 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-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-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.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 5.4 MB/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 103 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-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 193 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/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 457 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-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 1.1 MB/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/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar (41 kB at 237 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 972 kB/s)
[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 807 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 158 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.4 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/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/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 103 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.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 546 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 25 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/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 11 kB/s)
[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 6.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 8.4 kB/s)
[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] 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 136 kB/s)
[INFO] convert /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/splash.png to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/splash.bmp as a bmp file
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.branding ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.branding/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gemoc_studio.branding ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.root >--
[INFO] Building org.eclipse.gemoc.commons.root 3.6.1-SNAPSHOT          [10/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.plugins >--
[INFO] Building org.eclipse.gemoc.commons.plugins 3.6.1-SNAPSHOT       [11/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.plugins/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.plugins-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.model >--
[INFO] Building [bundle] GEMOC Commons Dsl Model 3.3.0-SNAPSHOT        [12/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.model ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.4/tycho-sourceref-jgit-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.4/tycho-sourceref-jgit-3.0.4.pom (1.9 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.4/tycho-sourceref-jgit-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.4/tycho-sourceref-jgit-3.0.4.jar (6.2 kB at 27 kB/s)
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.model ---
[INFO] Resolving class path of [bundle] GEMOC Commons Dsl Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.model:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/.polyglot.META-INF
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2.jar (306 B at 725 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2.pom (907 B at 6.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx/11.0.2/javafx-11.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx/11.0.2/javafx-11.0.2.pom (2.8 kB at 1.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2.pom (903 B at 7.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2.pom (748 B at 8.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2-linux.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2-linux.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2-linux.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2-linux.jar (750 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-base/11.0.2/javafx-base-11.0.2.jar (302 B at 652 B/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2.jar (306 B at 658 B/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2-linux.jar (2.5 MB at 5.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjfx/javafx-graphics/11.0.2/javafx-graphics-11.0.2-linux.jar (4.9 MB at 9.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct-processor/1.4.2.Final/mapstruct-processor-1.4.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct-processor/1.4.2.Final/mapstruct-processor-1.4.2.Final.jar (1.8 MB at 7.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct-processor/1.4.2.Final/mapstruct-processor-1.4.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapstruct/mapstruct-processor/1.4.2.Final/mapstruct-processor-1.4.2.Final.pom (3.5 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom (2.4 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom (19 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar (17 kB at 108 kB/s)
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.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/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.model:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.model:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.model:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.model/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.model/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.model/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.model/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.model/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.model-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.api >--
[INFO] Building [bundle] GEMOC messagingsystem api 3.3.0-SNAPSHOT      [13/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Resolving class path of [bundle] GEMOC messagingsystem api...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.api:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.api-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.api ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse >--
[INFO] Building [bundle] GEMOC Commons Eclipse 3.6.1-SNAPSHOT          [14/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Resolving class path of [bundle] GEMOC Commons Eclipse...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/.polyglot.META-INF
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.root 3.3.0-SNAPSHOT   [15/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.root/3.3.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.root-3.3.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.root >--
[INFO] Building org.eclipse.gemoc.trace.root 3.0.1-SNAPSHOT            [16/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.root/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.root-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.root >--
[INFO] Building org.eclipse.gemoc.trace.commons.root 3.0.1-SNAPSHOT    [17/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.commons.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.root/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.root-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.plugins >--
[INFO] Building org.eclipse.gemoc.trace.commons.plugins 3.0.1-SNAPSHOT [18/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.commons.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.plugins/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.plugins-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model >--
[INFO] Building [bundle] GEMOC Generic Trace Model 3.0.1-SNAPSHOT      [19/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Resolving class path of [bundle] GEMOC Generic Trace Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/.polyglot.META-INF
[INFO] Compiling 122 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.commons.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.model-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.commons.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.framework.root 4.0.0-SNAPSHOT [20/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom (1.7 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 250 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom (2.5 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom (918 B at 13 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.1/maven-artifact-manager-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom (1.4 kB at 16 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.1/maven-repository-metadata-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom (1.3 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom (765 B at 7.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 9.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.jar (30 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.jar (20 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.jar (80 kB at 315 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.jar (49 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.jar (78 kB at 277 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.jar (169 kB at 582 kB/s)
[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.jar (195 kB at 617 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar (8.2 kB at 24 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.jar (105 kB at 283 kB/s)
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.framework.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.framework.commons.root 4.0.0-SNAPSHOT [21/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.framework.commons.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root 4.0.0-SNAPSHOT [22/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.reflectivetrace.model >--
[INFO] Building [bundle] GemocExecutionEngineTrace Model 4.0.0-SNAPSHOT [23/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Resolving class path of [bundle] GemocExecutionEngineTrace Model...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.reflectivetrace.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/.polyglot.META-INF
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.reflectivetrace.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.reflectivetrace.model:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.reflectivetrace.model:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.reflectivetrace.model-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.reflectivetrace.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.api >--
[INFO] Building [bundle] GEMOC Language API 4.0.0-SNAPSHOT             [24/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Resolving class path of [bundle] GEMOC Language API...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] 
WARNING: 	BatchModelChangeListener.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/org/eclipse/gemoc/xdsmlframework/api/engine_addon/modelchangelistener/BatchModelChangeListener.xtend
134: Unnecessary cast from EReference to EReference
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.api:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/.polyglot.META-INF
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.api:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.api ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.api:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.api:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.api/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.api/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.api/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.api/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.api/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.api/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.api-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.api ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl >--
[INFO] Building [bundle] GEMOC Commons Dsl Xtext 3.3.0-SNAPSHOT        [25/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.pom (9.4 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.12/logback-parent-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.12/logback-parent-1.2.12.pom (19 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.pom (4.0 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom (15 kB at 771 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 7.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 5.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.jar (232 kB at 59 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.jar (449 kB at 112 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl ---
[INFO] Resolving class path of [bundle] GEMOC Commons Dsl Xtext...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl ---
[WARNING] 
WARNING: 	ValueConverterService.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/org/eclipse/gemoc/ValueConverterService.xtend
7: The public modifier is unnecessary on class ValueConverterService
[WARNING] 
WARNING: 	DslGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/org/eclipse/gemoc/generator/DslGenerator.xtend
10: The import 'org.eclipse.gemoc.dsl.Dsl' is never used.
[WARNING] 
WARNING: 	DslFormatter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/org/eclipse/gemoc/formatting2/DslFormatter.xtend
8: The import 'org.eclipse.gemoc.dsl.DslPackage' is never used.
[WARNING] 
WARNING: 	DslFormatter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/org/eclipse/gemoc/formatting2/DslFormatter.xtend
16: The extension org.eclipse.gemoc.services.DslGrammarAccess is not used in DslFormatter
[WARNING] 
WARNING: 	DslValueConverter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/org/eclipse/gemoc/DslValueConverter.xtend
7: The public modifier is unnecessary on class DslValueConverter
[WARNING] 
WARNING: 	DslValueConverter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/org/eclipse/gemoc/DslValueConverter.xtend
7: IValueConverter is a raw type. References to generic type IValueConverter<Type> should be parameterized
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/.polyglot.META-INF
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.parent >--
[INFO] Building DSL Debugger Parent 3.0.1-SNAPSHOT                     [26/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.dsl.debug.parent ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.parent/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.parent-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.simulationmodelanimation.plugins >--
[INFO] Building org.eclipse.gemoc.simulationmodelanimation.plugins 3.0.1-SNAPSHOT [27/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.simulationmodelanimation.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.simulationmodelanimation.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.simulationmodelanimation.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.simulationmodelanimation.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.simulationmodelanimation.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.simulationmodelanimation.plugins/3.0.1-SNAPSHOT/org.eclipse.gemoc.simulationmodelanimation.plugins-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug >--
[INFO] Building [bundle] Debug Model 3.0.1-SNAPSHOT                    [28/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.debug ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Resolving class path of [bundle] Debug Model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/.polyglot.META-INF
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/.polyglot.META-INF
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.debug ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.edit >--
[INFO] Building [bundle] Debug Model Edit Support 3.0.1-SNAPSHOT       [29/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Resolving class path of [bundle] Debug Model Edit Support...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.edit:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/.polyglot.META-INF
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.edit:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/.polyglot.META-INF
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.edit ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.edit:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.edit:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.edit/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.edit/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.edit/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.edit/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.edit/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.edit-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide >--
[INFO] Building [bundle] Debug Model IDE Integration 3.0.1-SNAPSHOT    [30/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Resolving class path of [bundle] Debug Model IDE Integration...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/.polyglot.META-INF
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/.polyglot.META-INF
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.ide ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.ide ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.timeline >--
[INFO] Building [bundle] Timeline 3.0.0-SNAPSHOT                       [31/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.timeline ---
[INFO] The project's OSGi version is 3.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.timeline ---
[INFO] Resolving class path of [bundle] Timeline...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.timeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.timeline ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.timeline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/.polyglot.META-INF
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.timeline ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.timeline ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.timeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.timeline ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.timeline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.timeline ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.timeline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.timeline ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.timeline ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.timeline ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.timeline:xml:p2metadata:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.timeline:xml:p2artifacts:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.timeline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.timeline ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.timeline/3.0.0-SNAPSHOT/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.timeline/3.0.0-SNAPSHOT/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.timeline/3.0.0-SNAPSHOT/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.timeline/3.0.0-SNAPSHOT/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.timeline/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.timeline/3.0.0-SNAPSHOT/org.eclipse.gemoc.timeline-3.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.timeline ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.api >--
[INFO] Building [bundle] GMEOC Trace API 3.0.1-SNAPSHOT                [32/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Resolving class path of [bundle] GMEOC Trace API...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.api:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/.polyglot.META-INF
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.api:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.gemoc.api ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.api:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.api:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.api/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.api/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.api/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.api/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.gemoc.api/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.api/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.api-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.gemoc.api ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.executionframework.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.executionframework.root 4.0.0-SNAPSHOT [33/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.executionframework.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.executionframework.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.executionframework.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.plugins >--
[INFO] Building org.eclipse.gemoc.executionframework.engine.plugins 4.0.0-SNAPSHOT [34/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.executionframework.engine.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.plugins/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.plugins-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.model >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.engine.model 4.0.0-SNAPSHOT [35/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.engine.model...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.engine.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.engine.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.engine.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.model:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.model:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.model-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.engine.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine >--
[INFO] Building [bundle] GEMOC Engine 4.0.0-SNAPSHOT                   [36/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 677 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/57/commons-parent-57.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 352 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 6.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Resolving class path of [bundle] GEMOC Engine...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.engine ---
[WARNING] 
WARNING: 	ForceRuleAbsenceStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceRuleAbsenceStrategy.xtend
45: Step is a raw type. References to generic type Step<StateSubType> should be parameterized
[WARNING] 
WARNING: 	ForceAbsenceOfActionsOnClassStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceAbsenceOfActionsOnClassStrategy.xtend
55: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ForceAbsenceOfActionsOnClassStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceAbsenceOfActionsOnClassStrategy.xtend
55: SmallStep is a raw type. References to generic type SmallStep<StateSubType> should be parameterized
[WARNING] 
WARNING: 	ForceAbsenceOfActionsOnClassStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceAbsenceOfActionsOnClassStrategy.xtend
55: SmallStep is a raw type. References to generic type SmallStep<StateSubType> should be parameterized
[WARNING] 
WARNING: 	ForceAbsenceOfActionsOnClassStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceAbsenceOfActionsOnClassStrategy.xtend
51: Step is a raw type. References to generic type Step<StateSubType> should be parameterized
[WARNING] 
WARNING: 	ForceEventPresenceStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceEventPresenceStrategy.xtend
56: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ForceEventPresenceStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceEventPresenceStrategy.xtend
56: SmallStep is a raw type. References to generic type SmallStep<StateSubType> should be parameterized
[WARNING] 
WARNING: 	ForceEventPresenceStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceEventPresenceStrategy.xtend
56: SmallStep is a raw type. References to generic type SmallStep<StateSubType> should be parameterized
[WARNING] 
WARNING: 	ForceEventPresenceStrategy.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/org/eclipse/gemoc/executionframework/engine/concurrency/strategies/filters/ForceEventPresenceStrategy.xtend
52: Step is a raw type. References to generic type Step<StateSubType> should be parameterized
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.engine ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/.polyglot.META-INF
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 21 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.engine ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.engine ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.engine ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.xtext >--
[INFO] Building [bundle] GEMOC Commons Xtext 3.3.0-SNAPSHOT            [37/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Resolving class path of [bundle] GEMOC Commons Xtext...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.xtext:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/.polyglot.META-INF
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.xtext:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.xtext:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.xtext:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.xtext-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.xtext ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.ui >--
[INFO] Building [bundle] Debug Model IDE Integration UI 3.0.1-SNAPSHOT [38/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] Resolving class path of [bundle] Debug Model IDE Integration UI...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/.polyglot.META-INF
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/.polyglot.META-INF
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.ui:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.ui:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.ui-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.ide.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.sirius.ui >--
[INFO] Building [bundle] Debug Model Sirius IDE Integration UI 3.0.1-SNAPSHOT [39/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] Resolving class path of [bundle] Debug Model Sirius IDE Integration UI...
[WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.gmf.runtime.common.ui.printing.win32,1.7.0.201806010809 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.sirius.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/.polyglot.META-INF
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.sirius.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/.polyglot.META-INF
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.sirius.ui:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ide.sirius.ui:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ide.sirius.ui-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.ide.sirius.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons >--
[INFO] Building [bundle] GEMOC xDSML Framework Commons 4.0.0-SNAPSHOT  [40/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Resolving class path of [bundle] GEMOC xDSML Framework Commons...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.commons ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/.polyglot.META-INF
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.commons ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.commons ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.commons ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.debugger 4.0.0-SNAPSHOT [41/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.debugger...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.debugger ---
[WARNING] 
WARNING: 	OmniscientGenericSequentialModelDebugger.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/OmniscientGenericSequentialModelDebugger.xtend
100: Unnecessary cast from IExecutionEngine<?> to IExecutionEngine<?>
[WARNING] 
WARNING: 	OmniscientGenericSequentialModelDebugger.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/OmniscientGenericSequentialModelDebugger.xtend
143: Unnecessary cast from IExecutionEngine<?> to IExecutionEngine<?>
[WARNING] 
WARNING: 	GenericSequentialModelDebugger.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/GenericSequentialModelDebugger.xtend
67: Unnecessary cast from IExecutionEngine<?> to IExecutionEngine<?>
[WARNING] 
WARNING: 	GenericSequentialModelDebugger.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/GenericSequentialModelDebugger.xtend
94: Unnecessary cast from IExecutionEngine<?> to IExecutionEngine<?>
[WARNING] 
WARNING: 	GenericSequentialModelDebugger.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/GenericSequentialModelDebugger.xtend
276: Unnecessary cast from Step<?> to Step<?>
[WARNING] 
WARNING: 	GenericSequentialModelDebugger.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/GenericSequentialModelDebugger.xtend
289: Unnecessary cast from Step<?> to Step<?>
[WARNING] 
WARNING: 	AnnotationMutableFieldExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/org/eclipse/gemoc/executionframework/debugger/AnnotationMutableFieldExtractor.xtend
37: Unnecessary cast from Integer to Integer
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.debugger ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/.polyglot.META-INF
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.debugger ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 16 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.debugger ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.debugger ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.debugger ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.debugger ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.extensions.sirius >--
[INFO] Building [bundle] GEMOC executionframework extensions for Sirius 4.0.0-SNAPSHOT [42/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Resolving class path of [bundle] GEMOC executionframework extensions for Sirius...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.extensions.sirius:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/.polyglot.META-INF
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.extensions.sirius:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.extensions.sirius:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.extensions.sirius:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.extensions.sirius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.extensions.sirius-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.extensions.sirius ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.model >--
[INFO] Building [bundle] Operational Semantics View Model 4.0.0-SNAPSHOT [43/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Resolving class path of [bundle] Operational Semantics View Model...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.opsemanticsview.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.opsemanticsview.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.opsemanticsview.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.opsemanticsview.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.opsemanticsview.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.model:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.model:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.model-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.opsemanticsview.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen >--
[INFO] Building [bundle] GEMOC Operational Semantics View Generator 4.0.0-SNAPSHOT [44/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Resolving class path of [bundle] GEMOC Operational Semantics View Generator...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.opsemanticsview.gen ---
[WARNING] 
WARNING: 	OperationalSemanticsViewGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/org/eclipse/gemoc/opsemanticsview/gen/OperationalSemanticsViewGenerator.xtend
19: The public modifier is unnecessary on method canHandle
[WARNING] 
WARNING: 	OperationalSemanticsViewGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/org/eclipse/gemoc/opsemanticsview/gen/OperationalSemanticsViewGenerator.xtend
21: The public modifier is unnecessary on method generate
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.opsemanticsview.gen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/.polyglot.META-INF
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.opsemanticsview.gen ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.opsemanticsview.gen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.opsemanticsview.gen ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.opsemanticsview.gen ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.opsemanticsview.gen ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.execution.ale.root >--
[INFO] Building org.eclipse.gemoc.execution.ale.root 1.1.0-SNAPSHOT    [45/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.ale.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.ale.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.ale.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.execution.ale.root/1.1.0-SNAPSHOT/org.eclipse.gemoc.execution.ale.root-1.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.plugins >--
[INFO] Building org.eclipse.gemoc.ale.interpreted.engine.plugins 1.1.0-SNAPSHOT [46/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.ale.interpreted.engine.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.plugins/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.plugins-1.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine >--
[INFO] Building [bundle] GEMOC ALE Engine 1.1.0-SNAPSHOT               [47/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 65 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 4.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 27 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 2.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] The project's OSGi version is 1.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Resolving class path of [bundle] GEMOC ALE Engine...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.ale.interpreted.engine ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/.polyglot.META-INF
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.ale.interpreted.engine ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine ---
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ale.interpreted.engine ---
[INFO] 
[INFO] ------< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jaxen >-------
[INFO] Building org.jaxen 1.1.6-SNAPSHOT                               [48/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.jaxen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.jaxen ---
[INFO] The project's OSGi version is 1.1.6.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.jaxen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.jaxen ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.jaxen ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.jaxen ---
[INFO] Resolving class path of org.jaxen...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.jaxen ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/main/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.jaxen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.jaxen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jaxen:1.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/pom.xml
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.jaxen ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.jaxen ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.jaxen ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.jaxen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.jaxen ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jaxen:1.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.jaxen ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.jaxen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.jaxen ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.jaxen ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.jaxen ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/org.jaxen-1.1.6-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.jaxen ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.jaxen ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.jaxen ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jaxen:xml:p2metadata:1.1.6-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jaxen:xml:p2artifacts:1.1.6-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.jaxen ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.jaxen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jaxen ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/org.jaxen-1.1.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jaxen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.jaxen ---
[INFO] 
[INFO] ------< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jdom2 >-------
[INFO] Building org.jdom2 2.0.6-SNAPSHOT                               [49/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.jdom2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.jdom2 ---
[INFO] The project's OSGi version is 2.0.6.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.jdom2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.jdom2 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.jdom2 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.jdom2 ---
[INFO] Resolving class path of org.jdom2...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.jdom2 ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/main/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.jdom2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.jdom2 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jdom2:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/pom.xml
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.jdom2 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.jdom2 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.jdom2 ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.jdom2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.jdom2 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jdom2:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.jdom2 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.jdom2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.jdom2 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.jdom2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.jdom2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/org.jdom2-2.0.6-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.jdom2 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.jdom2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.jdom2 ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jdom2:xml:p2metadata:2.0.6-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.jdom2:xml:p2artifacts:2.0.6-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.jdom2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.jdom2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jdom2 ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/org.jdom2-2.0.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.jdom2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.jdom2 ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons >--
[INFO] Building [bundle] GEMOC Trace Commons 3.0.1-SNAPSHOT            [50/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.commons ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.commons ---
[INFO] Resolving class path of [bundle] GEMOC Trace Commons...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] 
WARNING: 	EclipseUtil.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/org/eclipse/gemoc/trace/commons/EclipseUtil.xtend
161: Unnecessary cast from EPackage to EPackage
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.commons ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.commons ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.commons ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.commons ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.commons ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.commons ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.commons ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.behavioralinterface 1.0.0-SNAPSHOT [51/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.behavioralinterface...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[WARNING] 
WARNING: 	BehavioralInterfaceJvmModelInferrer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/org/eclipse/gemoc/executionframework/behavioralinterface/jvmmodel/BehavioralInterfaceJvmModelInferrer.xtend
24: The extension org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder is not used in BehavioralInterfaceJvmModelInferrer
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/.polyglot.META-INF
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.behavioralinterface ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model >--
[INFO] Building [bundle] GEMOC Execution Framework Value Model 4.0.0-SNAPSHOT [52/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Resolving class path of [bundle] GEMOC Execution Framework Value Model...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.value.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.value.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.value.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.value.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.value.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.value.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.model >--
[INFO] Building [bundle] GEMOC Execution Framework Event Model 4.0.0-SNAPSHOT [53/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Resolving class path of [bundle] GEMOC Execution Framework Event Model...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.event.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/.polyglot.META-INF
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.event.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.event.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.model:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.event.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.event.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.model:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.model:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.model/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.model-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.event.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.manager >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.event.manager 4.0.0-SNAPSHOT [54/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.event.manager...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.event.manager ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.manager:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/.polyglot.META-INF
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.event.manager ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.event.manager ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.manager:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.event.manager ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.event.manager ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.manager:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.manager:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.manager/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.manager/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.manager/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.manager/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.manager/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.manager/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.manager-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.event.manager ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.java.root >--
[INFO] Building org.eclipse.gemoc.execution.sequential.java.root 4.0.0-SNAPSHOT [55/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.java.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.java.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.sequential.java.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.java.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.java.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaengine 4.0.0-SNAPSHOT [56/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Resolving class path of org.eclipse.gemoc.execution.sequential.javaengine...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaengine ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.headless 3.6.1-SNAPSHOT [57/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Resolving class path of org.eclipse.gemoc.gemoc_studio.headless...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:copy (copy-libs) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 128 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.2/doxia-sink-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 328 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 803 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 274 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.4/doxia-sink-api-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 359 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.4/doxia-logging-api-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 780 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 584 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 515 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 8.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 6.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 8.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 703 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 789 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 759 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 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/43/commons-parent-43.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 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-io/3.0.0/plexus-io-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 380 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 697 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.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.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 350 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 517 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 4.2 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.4/doxia-sink-api-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 54 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.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-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 233 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 266 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 108 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 998 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 460 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/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 402 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 709 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 258 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 905 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 776 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.0/maven-shared-utils-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 535 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 398 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 83 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 117 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.9 MB/s)
[INFO] Configured Artifact: commons-cli:commons-cli:1.4:jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 486 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 1.5 MB/s)
[INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar (63 kB at 3.9 MB/s)
[INFO] Copying commons-cli-1.4.jar to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/libs/commons-cli.jar
[INFO] Copying commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/libs-sources/commons-cli-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.headless ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.headless ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.headless ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.gemoc_studio.headless/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gemoc_studio.headless ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.language_workbench.documentation >--
[INFO] Building org.eclipse.gemoc.language_workbench.documentation 3.6.1-SNAPSHOT [58/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/eclipse_help (includes = [], excludes = [**/.gitignore, html/**])
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Resolving class path of org.eclipse.gemoc.language_workbench.documentation...
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (default) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.pom (643 B at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom (2.4 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom (4.4 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.1/ant-1.7.1.pom (9.8 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.4/maven-plugin-api-2.0.4.jar (8.3 kB at 521 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 7.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (12 kB at 243 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.1/ant-1.7.1.jar (1.3 MB at 11 MB/s)
[INFO] Executing tasks
    [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/eclipse_help/master
     [copy] Copying 300 files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/eclipse_help/master
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] org.bouncycastle:bcpg-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.tukaani:xz/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.bouncycastle:bcprov-jdk18on/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (replace-for-guide) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.language_workbench.documentation ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.language_workbench.documentation:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.language_workbench.documentation:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.language_workbench.documentation/3.6.1-SNAPSHOT/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.language_workbench.documentation/3.6.1-SNAPSHOT/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.language_workbench.documentation/3.6.1-SNAPSHOT/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.language_workbench.documentation/3.6.1-SNAPSHOT/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/plugins/org.eclipse.gemoc.language_workbench.documentation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.language_workbench.documentation/3.6.1-SNAPSHOT/org.eclipse.gemoc.language_workbench.documentation-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.language_workbench.documentation ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde >--
[INFO] Building [bundle] GEMOC Commons Eclipse PDE 3.6.1-SNAPSHOT      [59/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Resolving class path of [bundle] GEMOC Commons Eclipse PDE...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/.polyglot.META-INF
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.pde ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.pde ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.ui >--
[INFO] Building [bundle] GEMOC messagingsystem UI 3.3.0-SNAPSHOT       [60/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Resolving class path of [bundle] GEMOC messagingsystem UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/.polyglot.META-INF
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.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/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.ui:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.messagingsystem.ui:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.messagingsystem.ui-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.messagingsystem.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde.ui >--
[INFO] Building [bundle] GEMOC Commons Eclipse PDE UI 3.6.1-SNAPSHOT   [61/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Resolving class path of [bundle] GEMOC Commons Eclipse PDE UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde.ui:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/.polyglot.META-INF
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.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/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde.ui:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde.ui:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.pde.ui:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.pde.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.pde.ui-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.pde.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.ui >--
[INFO] Building [bundle] GEMOC Commons Eclipse UI 3.3.0-SNAPSHOT       [62/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Resolving class path of [bundle] GEMOC Commons Eclipse UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/.polyglot.META-INF
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.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/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.ui:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.ui:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.ui-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.utils >--
[INFO] Building [bundle] GEMOC Commons Utils 1.0.0-SNAPSHOT            [63/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.utils ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.utils ---
[INFO] Resolving class path of [bundle] GEMOC Commons Utils...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.utils ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/.polyglot.META-INF
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.utils ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.utils ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.utils ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.utils:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.utils:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.utils ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.utils/1.0.0-SNAPSHOT/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.utils/1.0.0-SNAPSHOT/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.utils/1.0.0-SNAPSHOT/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.utils/1.0.0-SNAPSHOT/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.utils/1.0.0-SNAPSHOT/org.eclipse.gemoc.commons.utils-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.utils ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ide >--
[INFO] Building [bundle] GEMOC Commons Dsl Xtext Ide 3.3.0-SNAPSHOT    [64/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.ide ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Resolving class path of [bundle] GEMOC Commons Dsl Xtext Ide...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.ide ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ide:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/.polyglot.META-INF
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.ide ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ide:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.ide ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ide:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ide:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.ide ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ide/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ide/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ide/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ide/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ide/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ide-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.ide ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ui >--
[INFO] Building [bundle] GEMOC Commons Dsl Xtext UI 3.3.0-SNAPSHOT     [65/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.ui ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Resolving class path of [bundle] GEMOC Commons Dsl Xtext UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.ui ---
[WARNING] 
WARNING: 	DslHighlightingCalculator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/org/eclipse/gemoc/ui/highlighting/DslHighlightingCalculator.xtend
20: The public modifier is unnecessary on class DslHighlightingCalculator
[WARNING] 
WARNING: 	DslHighlightingCalculator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/org/eclipse/gemoc/ui/highlighting/DslHighlightingCalculator.xtend
42: Unnecessary cast from RuleCall to RuleCall
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/.polyglot.META-INF
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.dsl.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.dsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ui:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.ui:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.dsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.dsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.ui-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.xdsmlframework.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.xdsmlframework.root 4.0.0-SNAPSHOT [66/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.xdsmlframework.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.xdsmlframework.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.xdsmlframework.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.plugins >--
[INFO] Building org.eclipse.gemoc.xdsmlframework.plugins 4.0.0-SNAPSHOT [67/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.xdsmlframework.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.plugins/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.plugins-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ui.utils >--
[INFO] Building [bundle] GEMOC XDSMLFramework Utils 4.0.0-SNAPSHOT     [68/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Resolving class path of [bundle] GEMOC XDSMLFramework Utils...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ui.utils:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/.polyglot.META-INF
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ui.utils:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ui.utils:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ui.utils:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ui.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ui.utils-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.ui.utils ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.sirius >--
[INFO] Building [bundle] GEMOC XDSMLFramework extensions for Sirius 4.0.0-SNAPSHOT [69/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Resolving class path of [bundle] GEMOC XDSMLFramework extensions for Sirius...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.sirius:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/.polyglot.META-INF
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.sirius:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.sirius:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.sirius:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.sirius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.sirius-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.extensions.sirius ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.ui >--
[INFO] Building [bundle] Execution framework UI 4.0.0-SNAPSHOT         [70/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Resolving class path of [bundle] Execution framework UI...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/.polyglot.META-INF
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.root >--
[INFO] Building org.eclipse.gemoc.trace.generator.root 3.0.1-SNAPSHOT  [71/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.generator.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.root/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.root-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.plugins >--
[INFO] Building org.eclipse.gemoc.trace.generator.plugins 3.0.1-SNAPSHOT [72/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.generator.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.plugins/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.plugins-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc >--
[INFO] Building [bundle] org.eclipse.gemoc.trace.gemoc 3.0.1-SNAPSHOT  [73/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.trace.gemoc...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.gemoc ---
[WARNING] 
WARNING: 	AbstractTraceAddon.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/org/eclipse/gemoc/trace/gemoc/traceaddon/AbstractTraceAddon.xtend
100: The method getEPackageFQN(EPackage, String) from the type AbstractTraceAddon is never used locally.
[WARNING] 
WARNING: 	AbstractTraceAddon.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/org/eclipse/gemoc/trace/gemoc/traceaddon/AbstractTraceAddon.xtend
241: The public modifier is unnecessary on method validate
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/.polyglot.META-INF
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.gemoc ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.gemoc ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.ui >--
[INFO] Building [bundle] Execution Engine UI 4.0.0-SNAPSHOT            [74/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Resolving class path of [bundle] Execution Engine UI...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.engine.ui ---
[WARNING] 
WARNING: 	ForceEventPresenceStrategyDefinition.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/org/eclipse/gemoc/executionframework/engine/ui/concurrency/strategies/filters/ForceEventPresenceStrategyDefinition.xtend
79: Unnecessary cast from Set<EPackage> to Set<EPackage>
[WARNING] 
WARNING: 	StrategySelectionView.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/org/eclipse/gemoc/executionframework/engine/ui/concurrency/strategyselector/StrategySelectionView.xtend
166: AbstractConcurrentExecutionEngine is a raw type. References to generic type AbstractConcurrentExecutionEngine<C, R> should be parameterized
[WARNING] 
WARNING: 	NonIdentityElementsStrategyDefinition.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/org/eclipse/gemoc/executionframework/engine/ui/concurrency/strategies/filters/NonIdentityElementsStrategyDefinition.xtend
78: Unnecessary cast from Set<EPackage> to Set<EPackage>
[WARNING] 
WARNING: 	ForceAbsenceOfActionsOnClassDefinition.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/org/eclipse/gemoc/executionframework/engine/ui/concurrency/strategies/filters/ForceAbsenceOfActionsOnClassDefinition.xtend
132: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 29 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.engine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.engine.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.engine.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.engine.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.engine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.engine.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.engine.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger.ui >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.debugger.ui 4.0.0-SNAPSHOT [75/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.debugger.ui...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/.polyglot.META-INF
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.debugger.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.debugger.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.debugger.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.debugger.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.debugger.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaengine.ui 4.0.0-SNAPSHOT [76/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.execution.sequential.javaengine.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.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/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaengine.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root 3.3.0-SNAPSHOT [77/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root/3.3.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root-3.3.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins >--
[INFO] Building org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins 4.0.0-SNAPSHOT [78/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.protocols.eaop.api >--
[INFO] Building [bundle] org.eclipse.gemoc.protocols.eaop.api 2.3.0-SNAPSHOT [79/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.28.0/org.eclipse.xtend.lib-2.28.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.28.0/org.eclipse.xtend.lib-2.28.0.pom (5.6 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.28.0/xtext-dev-bom-2.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.28.0/xtext-dev-bom-2.28.0.pom (16 kB at 187 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.28.0/org.eclipse.xtext.xbase.lib-2.28.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.28.0/org.eclipse.xtext.xbase.lib-2.28.0.pom (5.4 kB at 82 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.28.0/org.eclipse.xtend.lib.macro-2.28.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.28.0/org.eclipse.xtend.lib.macro-2.28.0.pom (5.4 kB at 151 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.protocols.eaop.api...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
16: The import 'org.eclipse.lsp4j.jsonrpc.validation.NonNull' is never used.
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
15: The import 'org.eclipse.lsp4j.jsonrpc.messages.Either' is never used.
[WARNING] 
WARNING: 	EngineAddonProtocolData.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src-gen/org/eclipse/gemoc/protocols/eaop/api/data/EngineAddonProtocolData.xtend
12: The import 'com.google.gson.annotations.SerializedName' is never used.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.protocols.eaop.api:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/.polyglot.META-INF
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 21 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.protocols.eaop.api:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.protocols.eaop.api ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.protocols.eaop.api:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.protocols.eaop.api:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.protocols.eaop.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.protocols.eaop.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.protocols.eaop.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.protocols.eaop.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/protocols/engine_addon_protocol/plugins/org.eclipse.gemoc.protocols.eaop.api/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.protocols.eaop.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.protocols.eaop.api-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.protocols.eaop.api ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.ws.server >--
[INFO] Building [bundle] GEMOC Websocket Server 1.0.0-SNAPSHOT         [80/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.pom (4.8 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom (2.9 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom (2.6 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.pom (2.6 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.15/jetty-project-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.15/jetty-project-10.0.15.pom (101 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom (18 kB at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom (16 kB at 740 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom (17 kB at 603 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.6/testcontainers-bom-1.17.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.6/testcontainers-bom-1.17.6.pom (8.3 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.pom (4.1 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.pom (3.7 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom (1.6 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom (16 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.pom (1.8 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.pom (2.3 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.pom (2.1 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar (91 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar (62 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.jar (797 kB at 35 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.jar (154 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.jar (571 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.jar (217 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.jar (263 kB at 4.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 880 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.jar (121 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.jar (166 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar (34 kB at 485 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.ws.server ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.ws.server ---
[INFO] Resolving class path of [bundle] GEMOC Websocket Server...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.ws.server ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.ws.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.ws.server ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.ws.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/.polyglot.META-INF
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ws.server ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ws.server ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.ws.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.ws.server ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.ws.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ws.server ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.ws.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ws.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.ws.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.ws.server ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.ws.server:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.ws.server:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.ws.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ws.server ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.ws.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.ws.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.ws.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.ws.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.ws.server/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.ws.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.ws.server-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ws.server ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.addon.eaop.server >--
[INFO] Building [bundle] GEMOC Addon-based EAOP Server 1.0.0-SNAPSHOT  [81/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Resolving class path of [bundle] GEMOC Addon-based EAOP Server...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.addon.eaop.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/.polyglot.META-INF
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.addon.eaop.server:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.addon.eaop.server:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.addon.eaop.server:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.addon.eaop.server/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.addon.eaop.server-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.addon.eaop.server ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless.feature >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.headless.feature 3.6.1-SNAPSHOT [82/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom (3.5 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom (5.4 kB at 417 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom (3.9 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.pom (3.9 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom (3.7 kB at 207 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.6/org.apache.felix.gogo.runtime-1.1.6.jar (203 kB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 1.6 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.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/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[WARNING] The following referenced plugins has missing sources
	fr.inria.diverse.melange_0.4.0.202308181305

[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.headless.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/org.eclipse.gemoc.gemoc_studio.headless.feature_root-3.6.1.202310181433-root.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT-root.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.headless.feature/target/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.headless.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.headless.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gemoc_studio.headless.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.manager.root >--
[INFO] Building org.eclipse.gemoc.trace.manager.root 3.0.1-SNAPSHOT    [83/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.manager.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.manager.root/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.root-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.manager.plugins >--
[INFO] Building org.eclipse.gemoc.trace.manager.plugins 3.0.1-SNAPSHOT [84/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.manager.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.manager.plugins/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.plugins-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.diffviewer >--
[INFO] Building [bundle] GEMOC Diffviewer Addon 3.0.1-SNAPSHOT         [85/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Resolving class path of [bundle] GEMOC Diffviewer Addon...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.addon.diffviewer ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.diffviewer:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/.polyglot.META-INF
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.addon.diffviewer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.addon.diffviewer ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.diffviewer:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.addon.diffviewer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.addon.diffviewer ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.diffviewer:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.diffviewer:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.diffviewer/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.diffviewer/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.diffviewer/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.diffviewer/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.diffviewer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.diffviewer/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.diffviewer-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.addon.diffviewer ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljava.root >--
[INFO] Building org.eclipse.gemoc.execution.concurrent.ccsljava.root 3.6.1-SNAPSHOT [86/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljava.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljava.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljava.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins >--
[INFO] Building org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins 3.6.1-SNAPSHOT [87/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate >--
[INFO] Building [bundle] GEMOC ccsljavaengine extension for K3 runtime data helper 2.3.0-SNAPSHOT [88/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Resolving class path of [bundle] GEMOC ccsljavaengine extension for K3 runtime data helper...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src does not exist
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate ---
[INFO] 
[INFO] --------< org.eclipse.gemoc:org.eclipse.gemoc.concurrent.root >---------
[INFO] Building org.eclipse.gemoc.concurrent.root 3.6.1-SNAPSHOT       [89/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.concurrent.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.concurrent.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.concurrent.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.concurrent.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.concurrent.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.concurrent.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.concurrent.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.concurrent.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.concurrent.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/org.eclipse.gemoc.concurrent.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.parent >--
[INFO] Building Event Constraint Language 1.0.0-SNAPSHOT               [90/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 28 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (5.9 kB at 115 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/4/maven-parent-4.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/4/maven-parent-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 227 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 43 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/org.eclipse.acceleo.parser-3.5.0-20140828.085504-61.pom
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/org.eclipse.acceleo.parser-3.5.0-20140828.085504-61.pom (1.1 kB at 9.9 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.5.0-SNAPSHOT/maven-metadata.xml (624 B at 12 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.5.0-SNAPSHOT/org.eclipse.acceleo-parent-3.5.0-20140828.085233-63.pom
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.5.0-SNAPSHOT/org.eclipse.acceleo-parent-3.5.0-20140828.085233-63.pom (19 kB at 260 kB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 60 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/org.eclipse.acceleo.model-3.5.0-20140828.085334-61.pom
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/org.eclipse.acceleo.model-3.5.0-20140828.085334-61.pom (1.1 kB at 12 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 27 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/org.eclipse.acceleo.common-3.5.0-20140828.085300-61.pom
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/org.eclipse.acceleo.common-3.5.0-20140828.085300-61.pom (1.1 kB at 12 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1.v20130827-0309/org.eclipse.emf.ecore-2.9.1.v20130827-0309.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1.v20130827-0309/org.eclipse.emf.ecore-2.9.1.v20130827-0309.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1.v20130827-0309/org.eclipse.emf.ecore-2.9.1.v20130827-0309.pom (424 B at 9.2 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1.v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1.v20130827-0309.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1.v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1.v20130827-0309.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1.v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1.v20130827-0309.pom (428 B at 8.7 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/emf/org.eclipse.emf.common/2.9.1.v20130827-0309/org.eclipse.emf.common-2.9.1.v20130827-0309.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.common/2.9.1.v20130827-0309/org.eclipse.emf.common-2.9.1.v20130827-0309.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.common/2.9.1.v20130827-0309/org.eclipse.emf.common-2.9.1.v20130827-0309.pom (425 B at 22 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ocl/org.eclipse.ocl.ecore/3.3.0.v20130520-1222/org.eclipse.ocl.ecore-3.3.0.v20130520-1222.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.ecore/3.3.0.v20130520-1222/org.eclipse.ocl.ecore-3.3.0.v20130520-1222.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.ecore/3.3.0.v20130520-1222/org.eclipse.ocl.ecore-3.3.0.v20130520-1222.pom (424 B at 15 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ocl/org.eclipse.ocl.common/1.1.0.v20130531-0544/org.eclipse.ocl.common-1.1.0.v20130531-0544.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.common/1.1.0.v20130531-0544/org.eclipse.ocl.common-1.1.0.v20130531-0544.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.common/1.1.0.v20130531-0544/org.eclipse.ocl.common-1.1.0.v20130531-0544.pom (425 B at 5.7 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ocl/org.eclipse.ocl/3.3.0.v20130909-1552/org.eclipse.ocl-3.3.0.v20130909-1552.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl/3.3.0.v20130909-1552/org.eclipse.ocl-3.3.0.v20130909-1552.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl/3.3.0.v20130909-1552/org.eclipse.ocl-3.3.0.v20130909-1552.pom (418 B at 14 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/lpg/runtime/java/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/lpg/runtime/java/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/lpg/runtime/java/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.pom (420 B at 2.4 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.200.v20130326-1255/org.eclipse.core.contenttype-3.4.200.v20130326-1255.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.contenttype/3.4.200.v20130326-1255/org.eclipse.core.contenttype-3.4.200.v20130326-1255.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.contenttype/3.4.200.v20130326-1255/org.eclipse.core.contenttype-3.4.200.v20130326-1255.pom (434 B at 4.9 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/equinox/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/equinox/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.pom (435 B at 16 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 158 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 52 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 36 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/core/org.eclipse.core.runtime/3.9.0.v20130326-1255/org.eclipse.core.runtime-3.9.0.v20130326-1255.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.runtime/3.9.0.v20130326-1255/org.eclipse.core.runtime-3.9.0.v20130326-1255.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.runtime/3.9.0.v20130326-1255/org.eclipse.core.runtime-3.9.0.v20130326-1255.pom (428 B at 1.6 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/core/org.eclipse.core.resources/3.8.101.v20130717-0806/org.eclipse.core.resources-3.8.101.v20130717-0806.pom
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.resources/3.8.101.v20130717-0806/org.eclipse.core.resources-3.8.101.v20130717-0806.pom
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.resources/3.8.101.v20130717-0806/org.eclipse.core.resources-3.8.101.v20130717-0806.pom (432 B at 3.6 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 51 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/org.eclipse.acceleo.engine-3.5.0-20140828.085528-60.pom
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/org.eclipse.acceleo.engine-3.5.0-20140828.085528-60.pom (1.1 kB at 9.3 kB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/org.eclipse.acceleo.parser-3.5.0-20140828.085504-61.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/org.eclipse.acceleo.model-3.5.0-20140828.085334-61.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/org.eclipse.acceleo.common-3.5.0-20140828.085300-61.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1.v20130827-0309/org.eclipse.emf.ecore-2.9.1.v20130827-0309.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1.v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1.v20130827-0309.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/emf/org.eclipse.emf.common/2.9.1.v20130827-0309/org.eclipse.emf.common-2.9.1.v20130827-0309.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ocl/org.eclipse.ocl.ecore/3.3.0.v20130520-1222/org.eclipse.ocl.ecore-3.3.0.v20130520-1222.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ocl/org.eclipse.ocl.common/1.1.0.v20130531-0544/org.eclipse.ocl.common-1.1.0.v20130531-0544.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/ocl/org.eclipse.ocl/3.3.0.v20130909-1552/org.eclipse.ocl-3.3.0.v20130909-1552.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/lpg/runtime/java/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.200.v20130326-1255/org.eclipse.core.contenttype-3.4.200.v20130326-1255.jar
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.5.0-SNAPSHOT/org.eclipse.acceleo.common-3.5.0-20140828.085300-61.jar (133 kB at 1.5 MB/s)
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/core/org.eclipse.core.runtime/3.9.0.v20130326-1255/org.eclipse.core.runtime-3.9.0.v20130326-1255.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/core/org.eclipse.core.resources/3.8.101.v20130717-0806/org.eclipse.core.resources-3.8.101.v20130717-0806.jar
[INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/org.eclipse.acceleo.engine-3.5.0-20140828.085528-60.jar
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.5.0-SNAPSHOT/org.eclipse.acceleo.model-3.5.0-20140828.085334-61.jar (157 kB at 1.4 MB/s)
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.5.0-SNAPSHOT/org.eclipse.acceleo.parser-3.5.0-20140828.085504-61.jar (348 kB at 2.4 MB/s)
[INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.engine/3.5.0-SNAPSHOT/org.eclipse.acceleo.engine-3.5.0-20140828.085528-60.jar (196 kB at 880 kB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1.v20130827-0309/org.eclipse.emf.ecore-2.9.1.v20130827-0309.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1.v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1.v20130827-0309.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.common/2.9.1.v20130827-0309/org.eclipse.emf.common-2.9.1.v20130827-0309.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.ecore/3.3.0.v20130520-1222/org.eclipse.ocl.ecore-3.3.0.v20130520-1222.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.common/1.1.0.v20130531-0544/org.eclipse.ocl.common-1.1.0.v20130531-0544.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.common/1.1.0.v20130531-0544/org.eclipse.ocl.common-1.1.0.v20130531-0544.jar (34 kB at 401 kB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl/3.3.0.v20130909-1552/org.eclipse.ocl-3.3.0.v20130909-1552.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl.ecore/3.3.0.v20130520-1222/org.eclipse.ocl.ecore-3.3.0.v20130520-1222.jar (369 kB at 3.7 MB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/lpg/runtime/java/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.9.1.v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1.v20130827-0309.jar (228 kB at 1.5 MB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.contenttype/3.4.200.v20130326-1255/org.eclipse.core.contenttype-3.4.200.v20130326-1255.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1.v20130827-0309/org.eclipse.emf.ecore-2.9.1.v20130827-0309.jar (1.2 MB at 7.6 MB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/equinox/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/emf/org.eclipse.emf.common/2.9.1.v20130827-0309/org.eclipse.emf.common-2.9.1.v20130827-0309.jar (352 kB at 2.2 MB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.runtime/3.9.0.v20130326-1255/org.eclipse.core.runtime-3.9.0.v20130326-1255.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/ocl/org.eclipse.ocl/3.3.0.v20130909-1552/org.eclipse.ocl-3.3.0.v20130909-1552.jar (1.2 MB at 6.4 MB/s)
[INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.resources/3.8.101.v20130717-0806/org.eclipse.core.resources-3.8.101.v20130717-0806.jar
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/lpg/runtime/java/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar (117 kB at 652 kB/s)
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/equinox/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar (107 kB at 593 kB/s)
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.runtime/3.9.0.v20130326-1255/org.eclipse.core.runtime-3.9.0.v20130326-1255.jar (74 kB at 291 kB/s)
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.contenttype/3.4.200.v20130326-1255/org.eclipse.core.contenttype-3.4.200.v20130326-1255.jar (93 kB at 348 kB/s)
[INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/core/org.eclipse.core.resources/3.8.101.v20130717-0806/org.eclipse.core.resources-3.8.101.v20130717-0806.jar (830 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-project/2.0.8/maven-project-2.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar (117 kB at 4.9 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.8/maven-repository-metadata-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar (35 kB at 769 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar (25 kB at 473 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.8/maven-plugin-registry-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar (57 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-utils/1.4.6/plexus-utils-1.4.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar (87 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar (49 kB at 682 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 586 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar (88 kB at 837 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar (204 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar (29 kB at 260 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 290 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 12 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.moccml.mapping.parent ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.parent/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.feedback.model 1.0.0-SNAPSHOT [91/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.feedback.model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/pom.xml
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.feedback.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins >--
[INFO] Building org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins 3.6.1-SNAPSHOT [92/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api >--
[INFO] Building [bundle] CCSLJavaXDSML API 2.3.0-SNAPSHOT              [93/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Resolving class path of [bundle] CCSLJavaXDSML API...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/xtend-gen does not exist
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model >--
[INFO] Building [bundle] GEMOC ExecutionEngineTrace Model 2.3.0-SNAPSHOT [94/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Resolving class path of [bundle] GEMOC ExecutionEngineTrace Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 >--
[INFO] Building [bundle] GEMOC ccsljavaengine extension for K3 2.3.0-SNAPSHOT [95/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Resolving class path of [bundle] GEMOC ccsljavaengine extension for K3...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3 ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping >--
[INFO] Building org.eclipse.gemoc.moccml.mapping 1.0.0-SNAPSHOT        [96/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/pom.xml
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins >--
[INFO] Building org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins 3.6.1-SNAPSHOT [97/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.model >--
[INFO] Building [bundle] Test Scenario Lnag 2.3.0-SNAPSHOT             [98/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Resolving class path of [bundle] Test Scenario Lnag...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.model:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.model:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.model-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.moccml.testscenariolang.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext >--
[INFO] Building [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext 2.3.0-SNAPSHOT [99/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[WARNING] 
WARNING: 	TimemodelRuntimeModule.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/org/eclipse/gemoc/execution/moccml/testscenariolang/xtext/TimemodelRuntimeModule.xtend
3: The import 'org.eclipse.xtext.generator.IGenerator2' is never used.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui >--
[INFO] Building [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.xtext.ui 2.3.0-SNAPSHOT [100/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.xtext.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 4 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/testScenarioLang/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils >--
[INFO] Building [bundle] CCSLJavaxdsml Utils 2.3.0-SNAPSHOT           [101/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Resolving class path of [bundle] CCSLJavaxdsml Utils...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.concurrent >--
[INFO] Building [bundle] org.eclipse.gemoc.trace.gemoc.concurrent 0.1.0-SNAPSHOT [102/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] The project's OSGi version is 0.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.trace.gemoc.concurrent...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.concurrent:xml:p2metadata:0.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.concurrent:xml:p2artifacts:0.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.concurrent/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.concurrent-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.gemoc.concurrent ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine >--
[INFO] Building [bundle] GEMOC CCSLJava Engine 2.3.0-SNAPSHOT         [103/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Resolving class path of [bundle] GEMOC CCSLJava Engine...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model >--
[INFO] Building [bundle] StimuliScenario Model 2.3.0-SNAPSHOT         [104/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Resolving class path of [bundle] StimuliScenario Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui >--
[INFO] Building [bundle] Gemoc Concurrent Executable Modeling Workbench UI 2.3.0-SNAPSHOT [105/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Resolving class path of [bundle] Gemoc Concurrent Executable Modeling Workbench UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.eventscheduling.timeline >--
[INFO] Building [bundle] GEMOC Event Scheduling Timeline Addon 2.3.0-SNAPSHOT [106/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Resolving class path of [bundle] GEMOC Event Scheduling Timeline Addon...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.eventscheduling.timeline:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.eventscheduling.timeline:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.eventscheduling.timeline:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.eventscheduling.timeline:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.eventscheduling.timeline/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.eventscheduling.timeline-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.addon.eventscheduling.timeline ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.multidimensional.timeline >--
[INFO] Building [bundle] GEMOC MultiDimensional Timeline Addon 3.0.1-SNAPSHOT [107/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Resolving class path of [bundle] GEMOC MultiDimensional Timeline Addon...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.multidimensional.timeline:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/.polyglot.META-INF
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.multidimensional.timeline:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.multidimensional.timeline:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.multidimensional.timeline:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.multidimensional.timeline/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.multidimensional.timeline-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.addon.multidimensional.timeline ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.stategraph >--
[INFO] Building [bundle] GEMOC StateGraph Addon 3.0.1-SNAPSHOT        [108/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] Resolving class path of [bundle] GEMOC StateGraph Addon...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.addon.stategraph ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.stategraph:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/.polyglot.META-INF
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.addon.stategraph ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.addon.stategraph ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.stategraph:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.addon.stategraph ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.addon.stategraph ---
[WARNING] bundle localization file /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/plugin.properties not found
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.addon.stategraph ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.stategraph:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.addon.stategraph:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.stategraph/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.stategraph/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.stategraph/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.stategraph/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/plugins/org.eclipse.gemoc.addon.stategraph/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.addon.stategraph/3.0.1-SNAPSHOT/org.eclipse.gemoc.addon.stategraph-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.addon.stategraph ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.concurrent_addons.plugins >--
[INFO] Building org.eclipse.gemoc.concurrent_addons.plugins 3.6.1-SNAPSHOT [109/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.concurrent_addons.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.concurrent_addons.plugins/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent_addons.plugins-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.addon.vcdgenerator >--
[INFO] Building [bundle] Timesquare VCD Generation addon for GEMOC 2.3.0-SNAPSHOT [110/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Resolving class path of [bundle] Timesquare VCD Generation addon for GEMOC...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.addon.vcdgenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.addon.vcdgenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.addon.vcdgenerator ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.addon.vcdgenerator:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.addon.vcdgenerator:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.addon.vcdgenerator/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.addon.vcdgenerator/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.addon.vcdgenerator/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.addon.vcdgenerator/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/concurrent_addons/plugins/org.eclipse.gemoc.addon.vcdgenerator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.addon.vcdgenerator/2.3.0-SNAPSHOT/org.eclipse.gemoc.addon.vcdgenerator-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.addon.vcdgenerator ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.ui >--
[INFO] Building [bundle] GEMOC ALE Engine UI 1.1.0-SNAPSHOT           [111/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] The project's OSGi version is 1.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Resolving class path of [bundle] GEMOC ALE Engine UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/.polyglot.META-INF
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.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/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.ui:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.ui:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.ui:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.interpreted.engine.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.ui-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ale.interpreted.engine.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.sample.deployer >--
[INFO] Building org.eclipse.gemoc.ale.language.sample.deployer 1.1.0-SNAPSHOT [112/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] The project's OSGi version is 1.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Resolving class path of org.eclipse.gemoc.ale.language.sample.deployer...
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/zips
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/zips/org.eclipse.gemoc.sample.ale.fsm.model.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/zips/org.eclipse.gemoc.sample.ale.fsm.design.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/zips/org.eclipse.gemoc.sample.ale.xfsm.design.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/zips/org.eclipse.gemoc.sample.ale.fsm.model_examples.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.sample.deployer:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/pom.xml
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.sample.deployer:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.sample.deployer:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.sample.deployer:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.sample.deployer/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.sample.deployer/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.sample.deployer/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.sample.deployer/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.sample.deployer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.sample.deployer/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.sample.deployer-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ale.language.sample.deployer ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.metaprogramming >--
[INFO] Building [bundle] AleApproach 1.1.0-SNAPSHOT                   [113/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] The project's OSGi version is 1.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Resolving class path of [bundle] AleApproach...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.metaprogramming:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.metaprogramming:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.metaprogramming:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.language.metaprogramming:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.metaprogramming/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.metaprogramming/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.metaprogramming/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.metaprogramming/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/plugins/org.eclipse.gemoc.ale.language.metaprogramming/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.language.metaprogramming/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.language.metaprogramming-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ale.language.metaprogramming ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.releng >--
[INFO] Building org.eclipse.gemoc.ale.interpreted.engine.releng 1.1.0-SNAPSHOT [114/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/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/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.ale.interpreted.engine.releng ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.releng/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.releng-1.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.feature >--
[INFO] Building org.eclipse.gemoc.ale.interpreted.engine.feature 1.1.0-SNAPSHOT [115/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] The project's OSGi version is 1.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.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/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.feature:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.feature:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.feature/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.feature/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.feature/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.feature/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.feature/target/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.feature/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ale.interpreted.engine.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.groovy >--
[INFO] Building org.eclipse.gemoc.groovy 2.4.9-SNAPSHOT               [116/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.groovy ---
[INFO] The project's OSGi version is 2.4.9.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.groovy ---
[INFO] Resolving class path of org.eclipse.gemoc.groovy...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.groovy ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/main/java, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src]' does not exist.
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:copy (copy) @ org.eclipse.gemoc.groovy ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.0/plexus-archiver-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.0/plexus-archiver-2.0.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0/plexus-io-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0/plexus-io-2.0.pom (1.6 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.2/maven-dependency-analyzer-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.2/maven-dependency-analyzer-1.2.pom (5.1 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9.2 kB at 247 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.0/asm-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.0/asm-3.0.pom (360 B at 8.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.0/asm-parent-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.0/asm-parent-3.0.pom (2.6 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (3.6 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom (4.5 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom (6.3 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (2.6 kB at 236 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 150 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/maven-artifact-manager-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (5.6 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom (1.4 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.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/maven-plugin-parameter-documenter-2.0.pom (1.5 kB at 85 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/maven-reporting-api-2.0.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/maven-reporting-api-2.0.pom (1.1 kB at 41 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/maven-reporting-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom (504 B at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom (1.1 kB at 52 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/maven-error-diagnostics-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 17 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/maven-plugin-registry-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom (1.3 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom (1.5 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (1.0 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (1.9 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.0/plexus-archiver-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.2/maven-dependency-analyzer-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.0/asm-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 960 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.2/maven-dependency-analyzer-1.2.jar (28 kB at 647 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.0/asm-3.0.jar (43 kB at 890 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar (32 kB at 533 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar (32 kB at 518 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.0/plexus-archiver-2.0.jar (180 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.jar (58 kB at 709 kB/s)
[INFO] Configured Artifact: org.codehaus.groovy:groovy-all:2.4.9:jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 55 MB/s)
[INFO] Copying groovy-all-2.4.9.jar to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/lib/groovy-all-2.4.9.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.groovy ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.groovy:2.4.9-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/pom.xml
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src does not exist
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.groovy ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.groovy ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.groovy ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.groovy:2.4.9-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.groovy ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.groovy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.groovy ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.groovy:xml:p2metadata:2.4.9-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.groovy:xml:p2artifacts:2.4.9-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.groovy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.groovy ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.groovy/2.4.9-SNAPSHOT/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.groovy/2.4.9-SNAPSHOT/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.groovy/2.4.9-SNAPSHOT/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.groovy/2.4.9-SNAPSHOT/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.groovy/2.4.9-SNAPSHOT/org.eclipse.gemoc.groovy-2.4.9-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.groovy ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.releng.root >--
[INFO] Building org.eclipse.gemoc.commons.releng.root 3.6.1-SNAPSHOT  [117/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/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/gemoc-studio-integration_master/gemoc-studio-commons/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.commons.releng.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.releng.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.releng.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.3rdparty.feature >--
[INFO] Building [feature] GEMOC Commons 3rd party 3.3.0-SNAPSHOT      [118/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.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/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.3rdparty.feature:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.3rdparty.feature:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.3rdparty.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.3rdparty.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.3rdparty.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.3rdparty.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.3rdparty.feature/target/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.3rdparty.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.3rdparty.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.3rdparty.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt >--
[INFO] Building [bundle] GEMOC Commons Eclipse JDT 3.3.0-SNAPSHOT     [119/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Resolving class path of [bundle] GEMOC Commons Eclipse JDT...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/.polyglot.META-INF
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.jdt ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.feature >--
[INFO] Building [feature] GEMOC Eclipse Commons 3.3.0-SNAPSHOT        [120/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.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/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.feature:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.feature:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.feature/target/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder >--
[INFO] Building [bundle] AutoSrcFolder 3.3.0-SNAPSHOT                 [121/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Resolving class path of [bundle] AutoSrcFolder...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature >--
[INFO] Building [feature] GEMOC Automatic JDT Source Folder Creator 3.3.0-SNAPSHOT [122/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.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/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/target/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.feature >--
[INFO] Building [feature] GEMOC DSL file editor 3.3.0-SNAPSHOT        [123/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.dsl.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.dsl.feature ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.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/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.dsl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.feature:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.feature:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.dsl.feature/target/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.dsl.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.plugins >--
[INFO] Building org.eclipse.gemoc.gexpressions.plugins 3.6.1-SNAPSHOT [124/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.gexpressions.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.plugins/3.6.1-SNAPSHOT/org.eclipse.gemoc.gexpressions.plugins-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions >--
[INFO] Building [bundle] GExpressions Abstract Syntax 3.3.0-SNAPSHOT  [125/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gexpressions ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gexpressions ---
[INFO] Resolving class path of [bundle] GExpressions Abstract Syntax...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gexpressions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gexpressions ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/.polyglot.META-INF
[INFO] Compiling 70 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gexpressions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gexpressions ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gexpressions ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gexpressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gexpressions ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gexpressions ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gexpressions ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.edit >--
[INFO] Building [bundle] Gexpressions Edit Support 3.3.0-SNAPSHOT     [126/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Resolving class path of [bundle] Gexpressions Edit Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gexpressions.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.edit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/.polyglot.META-INF
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.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/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gexpressions.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.edit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions.edit ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.edit:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.edit:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.edit/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.edit/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.edit/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.edit/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.edit/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.edit-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gexpressions.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.editor >--
[INFO] Building [bundle] Gexpressions Editor 3.3.0-SNAPSHOT           [127/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Resolving class path of [bundle] Gexpressions Editor...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gexpressions.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.editor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/.polyglot.META-INF
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.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/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gexpressions.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.editor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions.editor ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.editor:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.editor:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.editor/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.editor/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.editor/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.editor/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.editor/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.editor-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gexpressions.editor ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext >--
[INFO] Building [bundle] org.eclipse.gemoc.gexpressions.xtext 3.3.0-SNAPSHOT [128/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.gexpressions.xtext...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions.xtext ---
[WARNING] 
WARNING: 	GExpressionsScopeProvider.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/org/eclipse/gemoc/gexpressions/xtext/scoping/GExpressionsScopeProvider.xtend
126: Unnecessary cast from EEnumLiteral to EEnumLiteral
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gexpressions.xtext ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/.polyglot.META-INF
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 7 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gexpressions.xtext ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions.xtext ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gexpressions.xtext ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext.ui >--
[INFO] Building [bundle] org.eclipse.gemoc.gexpressions.xtext.ui 3.3.0-SNAPSHOT [129/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.gexpressions.xtext.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[WARNING] 
WARNING: 	GExpressionsProposalProvider.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/org/eclipse/gemoc/gexpressions/xtext/ui/contentassist/GExpressionsProposalProvider.xtend
21: The value of the field GExpressionsProposalProvider.grammarAccess is not used
[WARNING] 
WARNING: 	GExpressionsDescriptionLabelProvider.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/org/eclipse/gemoc/gexpressions/xtext/ui/labeling/GExpressionsDescriptionLabelProvider.xtend
8: The import 'org.eclipse.xtext.ui.label.DefaultDescriptionLabelProvider' is never used.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/.polyglot.META-INF
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext.ui:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.xtext.ui:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/plugins/gexpressions/org.eclipse.gemoc.gexpressions.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.xtext.ui-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gexpressions.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.feature >--
[INFO] Building [feature] GExpressions Feature 3.3.0-SNAPSHOT         [130/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] The project's OSGi version is 3.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.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/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gexpressions.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gexpressions.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.feature:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.gexpressions.feature:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.gexpressions.feature/target/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.gexpressions.feature/3.3.0-SNAPSHOT/org.eclipse.gemoc.gexpressions.feature-3.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gexpressions.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.feature >--
[INFO] Building [feature] GEMOC Commons 3.6.1-SNAPSHOT                [131/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.commons.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.commons.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.commons.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.commons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.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/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.commons.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.commons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.commons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.commons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.commons.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.commons.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.commons.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/releng/org.eclipse.gemoc.commons.feature/target/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.commons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.commons.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.commons.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root >--
[INFO] Building org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root 3.6.1-SNAPSHOT [132/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.concurrent_addons.feature >--
[INFO] Building [feature] GEMOC Concurrent Addons and Views 3.6.1-SNAPSHOT [133/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.concurrent_addons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.concurrent_addons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.concurrent_addons.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.concurrent_addons.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.concurrent_addons.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.concurrent_addons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.concurrent_addons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.concurrent_addons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.concurrent_addons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.concurrent_addons.feature/target/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.concurrent_addons.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.concurrent_addons.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.concurrent_addons.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.simulationmodelanimation.features >--
[INFO] Building org.eclipse.gemoc.simulationmodelanimation.features 3.0.1-SNAPSHOT [134/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.simulationmodelanimation.features ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.simulationmodelanimation.features ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.simulationmodelanimation.features ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.simulationmodelanimation.features ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.simulationmodelanimation.features ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.simulationmodelanimation.features/3.0.1-SNAPSHOT/org.eclipse.gemoc.simulationmodelanimation.features-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.feature >--
[INFO] Building [feature] DSL Debugger Feature 3.0.1-SNAPSHOT         [135/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.feature:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.feature:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.feature/target/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.sirius.ui.feature >--
[INFO] Building [feature] DSL Debugger Sirius UI Feature 3.0.1-SNAPSHOT [136/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.sirius.ui.feature:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.sirius.ui.feature:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/target/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.sirius.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.sirius.ui.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.sirius.ui.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ui.feature >--
[INFO] Building [feature] DSL Debugger UI Feature 3.0.1-SNAPSHOT      [137/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ui.feature:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.ui.feature:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/releng/org.eclipse.gemoc.dsl.debug.ui.feature/target/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.ui.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.ui.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.ui.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.execution.ale.feature >--
[INFO] Building [feature] GEMOC ExecutionALE 3.6.1-SNAPSHOT           [138/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.ale.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.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/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.ale.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.execution.ale.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.execution.ale.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.execution.ale.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.execution.ale.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.execution.ale.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.execution.ale.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.execution.ale.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.execution.ale.feature/target/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.execution.ale.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.ale.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.ale.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare >--
[INFO] Building [bundle] GEMOC extension for TimeSquare 2.3.0-SNAPSHOT [139/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Resolving class path of [bundle] GEMOC extension for TimeSquare...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_engine/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature >--
[INFO] Building [feature] GEMOC Execution Engine CCSL Java Runtime 3.6.1-SNAPSHOT [140/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature >--
[INFO] Building [feature] GEMOC Execution Engine CCSL Java Runtime UI 3.6.1-SNAPSHOT [141/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ide.ui >--
[INFO] Building [bundle] ExecutionFramework Language Workbench UI 4.0.0-SNAPSHOT [142/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Resolving class path of [bundle] ExecutionFramework Language Workbench UI...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ide.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/.polyglot.META-INF
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ide.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ide.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.ide.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.ide.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.ide.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.ide.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.metamodel.generator >--
[INFO] Building [bundle] Base Model 3.0.1-SNAPSHOT                    [143/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Resolving class path of [bundle] Base Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.metamodel.generator ---
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
34: The private modifier is unnecessary on field mmext
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
35: The private modifier is unnecessary on field traceMMExplorer
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
36: The private modifier is unnecessary on field languageName
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
37: The value of the field TraceMMGeneratorStates.gemoc is not used
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
37: The private modifier is unnecessary on field gemoc
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
40: The private modifier is unnecessary on field tracemmresult
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
41: The private modifier is unnecessary on field traceability
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
44: The private modifier is unnecessary on field runtimeToTraced
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
45: The private modifier is unnecessary on field allRuntimeClasses
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
46: The private modifier is unnecessary on field allStaticClasses
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
47: The private modifier is unnecessary on field allNewEClasses
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
48: The private modifier is unnecessary on field multipleOrig
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
74: The public modifier is unnecessary on method process
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
82: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
90: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
94: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
112: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
120: The method isInPackage(EPackage, EPackage) from the type TraceMMGeneratorStates is never used locally.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
121: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
121: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
123: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
181: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
252: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorStates.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorStates.xtend
299: Unnecessary cast from EStructuralFeature to EStructuralFeature
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
32: The private modifier is unnecessary on field mmext
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
33: The private modifier is unnecessary on field rs
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
34: The private modifier is unnecessary on field languageName
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
35: The private modifier is unnecessary on field gemoc
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
42: The private modifier is unnecessary on field traceMMExplorer
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
44: The private modifier is unnecessary on field done
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
82: The private modifier is unnecessary on field stepsGen
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
84: The public modifier is unnecessary on method computeAllMaterial
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
97: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerator.xtend
107: The public modifier is unnecessary on method sortResult
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
37: The private modifier is unnecessary on field traceMMExplorer
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
40: The private modifier is unnecessary on field mmext
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
42: The private modifier is unnecessary on field runtimeClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
48: The public modifier is unnecessary on method getRuntimeClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
52: The private modifier is unnecessary on field mutableProperties
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
60: The public modifier is unnecessary on method getMutablePropertiesOf
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
68: The public modifier is unnecessary on method getAllMutableProperties
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
78: The public modifier is unnecessary on method getTracedClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
82: The public modifier is unnecessary on method getTracedClassSet
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
90: The public modifier is unnecessary on method putDimensionClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
94: The public modifier is unnecessary on method getDimensionClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
100: The public modifier is unnecessary on method putDimensionRef
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
104: The public modifier is unnecessary on method getDimensionRef
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
108: The public modifier is unnecessary on method getNewClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
112: The public modifier is unnecessary on method hasTracedClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
116: The public modifier is unnecessary on method getAllMutableClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
122: The public modifier is unnecessary on method getRealMutableClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
124: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
130: The private modifier is unnecessary on field refs_originalObject
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
138: The public modifier is unnecessary on method getRefs_originalObject
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
143: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
158: The private modifier is unnecessary on field valueClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
164: The public modifier is unnecessary on method getValueClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
168: The private modifier is unnecessary on field stateClassToValueClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
174: The public modifier is unnecessary on method getStateClassToValueClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
184: The private modifier is unnecessary on field stepClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
190: The public modifier is unnecessary on method getStepClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
194: The private modifier is unnecessary on field stepRuleToStepClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
200: The public modifier is unnecessary on method getStepClassFromStepRule
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
204: The private modifier is unnecessary on field bigStepClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
210: The public modifier is unnecessary on method getBigStepClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
214: The private modifier is unnecessary on field implicitStepClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
220: The public modifier is unnecessary on method getImplicitStepClasses
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
224: The public modifier is unnecessary on method getImplicitStepContainingClass
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
228: The private modifier is unnecessary on field stepSequences
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
234: The public modifier is unnecessary on method getStepSequence
[WARNING] 
WARNING: 	TraceMMGenerationTraceability.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGenerationTraceability.xtend
246: The private modifier is unnecessary on field mutablePropertyToValueProperty
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
34: The private modifier is unnecessary on field mmext
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
35: The private modifier is unnecessary on field traceMMExplorer
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
36: The private modifier is unnecessary on field gemoc
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
39: The private modifier is unnecessary on field tracemmresult
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
40: The private modifier is unnecessary on field traceability
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
43: The private modifier is unnecessary on field stepRuleToClass
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
44: The private modifier is unnecessary on field randomStringToFindGetCallerAnnotations
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
47: The private modifier is unnecessary on field GET_CALLER_OPERATION_NAME
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
106: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
114: The public modifier is unnecessary on method process
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
187: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
190: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMGeneratorSteps.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMGeneratorSteps.xtend
308: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
26: The private modifier is unnecessary on field tracemm
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
59: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
64: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
69: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
74: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
83: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
88: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
93: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
98: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
103: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
109: Unnecessary cast from EClass to EClass
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
114: Unnecessary cast from EPackage to EPackage
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
121: The private modifier is unnecessary on field initDone
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
140: The private modifier is unnecessary on field stepClassesCache
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
142: The public modifier is unnecessary on method stepClasses
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
147: The private modifier is unnecessary on field stepSequenceRefOfCache
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
149: The public modifier is unnecessary on method stepSequenceRefOf
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
175: The private modifier is unnecessary on field refs_valueRefsFromStateClassCache
[WARNING] 
WARNING: 	TraceMMExplorer.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/org/eclipse/gemoc/trace/metamodel/generator/TraceMMExplorer.xtend
182: The private modifier is unnecessary on field refs_originalObjectCache
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.metamodel.generator ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.metamodel.generator:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.metamodel.generator ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.metamodel.generator ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.metamodel.generator:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.metamodel.generator ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.metamodel.generator ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.metamodel.generator:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.metamodel.generator:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.metamodel.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.metamodel.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.metamodel.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.metamodel.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.metamodel.generator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.metamodel.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.metamodel.generator-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.metamodel.generator ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.generator >--
[INFO] Building [bundle] org.eclipse.gemoc.trace.gemoc.generator 3.0.1-SNAPSHOT [144/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.trace.gemoc.generator...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.gemoc.generator ---
[WARNING] 
WARNING: 	ExtensionFilter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/ExtensionFilter.xtend
50: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ExtensionFilter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/ExtensionFilter.xtend
54: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	ExtensionFilter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/ExtensionFilter.xtend
61: The public modifier is unnecessary on method execute
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
32: The type SubProgressMonitor is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
40: The public modifier is unnecessary on class PluginProjectHelper
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
44: The public modifier is unnecessary on method createPluginProject
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
59: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
87: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
88: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
94: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
107: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
110: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
118: The public modifier is unnecessary on method createFile
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
167: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
179: The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] 
WARNING: 	PluginProjectHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/PluginProjectHelper.xtend
193: Unnecessary cast from IFolder to IFolder
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
34: The private modifier is unnecessary on field className
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
35: The private modifier is unnecessary on field packageQN
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
36: The value of the field TraceConstructorGeneratorJava.traceMM is not used
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
36: The private modifier is unnecessary on field traceMM
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
37: The value of the field TraceConstructorGeneratorJava.abstractSyntax is not used
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
37: The private modifier is unnecessary on field abstractSyntax
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
38: The private modifier is unnecessary on field traceability
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
39: The private modifier is unnecessary on field refGenPackages
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
40: The value of the field TraceConstructorGeneratorJava.partialTraceManagement is not used
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
40: The private modifier is unnecessary on field partialTraceManagement
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
43: The private modifier is unnecessary on field getExeToTracedUsed
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
47: The private modifier is unnecessary on field stateClass
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
48: The private modifier is unnecessary on field specificStepClass
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
50: The private modifier is unnecessary on field stateFQN
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
51: The private modifier is unnecessary on field specificStepFQN
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
53: The public modifier is unnecessary on method getClassName
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
92: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
153: The public modifier is unnecessary on method generateCode
[WARNING] 
WARNING: 	TraceConstructorGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/TraceConstructorGeneratorJava.xtend
165: The public modifier is unnecessary on method getBaseFQN
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
27: The private modifier is unnecessary on field className
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
28: The private modifier is unnecessary on field packageQN
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
29: The value of the field StateManagerGeneratorJava.traceMM is not used
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
29: The private modifier is unnecessary on field traceMM
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
30: The private modifier is unnecessary on field traceability
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
31: The private modifier is unnecessary on field refGenPackages
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
34: The private modifier is unnecessary on field stateFQN
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
35: The private modifier is unnecessary on field valueFQN
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
37: The value of the field StateManagerGeneratorJava.getTracedToExeUsed is not used
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
37: The private modifier is unnecessary on field getTracedToExeUsed
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
39: The public modifier is unnecessary on method getClassName
[WARNING] 
WARNING: 	StateManagerGeneratorJava.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/codegen/StateManagerGeneratorJava.xtend
66: The public modifier is unnecessary on method generateCode
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
49: The private modifier is unnecessary on field opsemanticsview
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
50: The private modifier is unnecessary on field pluginName
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
53: The private modifier is unnecessary on field packageQN
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
54: The private modifier is unnecessary on field className
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
55: The private modifier is unnecessary on field languageName
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
56: The private modifier is unnecessary on field tracedLanguageName
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
57: The private modifier is unnecessary on field stepFactoryClassName
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
60: The private modifier is unnecessary on field traceConstructorClassName
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
61: The private modifier is unnecessary on field stateManagerClassName
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
62: The private modifier is unnecessary on field traceability
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
63: The private modifier is unnecessary on field genPackages
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
64: The private modifier is unnecessary on field packageFragment
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
65: The private modifier is unnecessary on field tracemm
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
66: The private modifier is unnecessary on field partialTraceManagement
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
84: The public modifier is unnecessary on method generateCompleteAddon
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
90: The public modifier is unnecessary on method getBaseFQN
[WARNING] 
WARNING: 	GenericEngineTraceAddonGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/GenericEngineTraceAddonGenerator.xtend
114: The public modifier is unnecessary on method generateCompleteAddon
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
55: The public modifier is unnecessary on class StandaloneEMFProjectGenerator
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
233: The private modifier is unnecessary on field fixedGenModels
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
244: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
268: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
307: Unnecessary cast from GenParameter to GenParameter
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
309: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
321: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
323: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
326: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
377: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
406: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	StandaloneEMFProjectGenerator.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/org/eclipse/gemoc/trace/gemoc/generator/util/StandaloneEMFProjectGenerator.xtend
409: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc.generator ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.generator:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/.polyglot.META-INF
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.generator ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 9 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc.generator ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.generator:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.generator ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.gemoc.generator ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.generator:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.generator:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.generator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.generator/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.generator-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.gemoc.generator ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.tests.plugins >--
[INFO] Building org.eclipse.gemoc.xdsmlframework.tests.plugins 4.0.0-SNAPSHOT [145/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.xdsmlframework.tests.plugins ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.tests.plugins/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.tests.plugins-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.test.lib >--
[INFO] Building [bundle] xdsmlframework Test library 4.0.0-SNAPSHOT   [146/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom (3.2 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom (3.2 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom (3.0 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.3/junit-platform-runner-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.3/junit-platform-runner-1.9.3.pom (3.6 kB at 46 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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.3/junit-platform-suite-api-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.3/junit-platform-suite-api-1.9.3.pom (3.0 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.3/junit-platform-suite-commons-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.3/junit-platform-suite-commons-1.9.3.pom (3.4 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 7.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar (208 kB at 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.3/junit-platform-runner-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar (247 kB at 9.9 MB/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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.3/junit-platform-suite-api-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar (580 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.3/junit-platform-suite-commons-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 7.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.3/junit-platform-suite-api-1.9.3.jar (21 kB at 425 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.3/junit-platform-suite-commons-1.9.3.jar (15 kB at 273 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.3/junit-platform-runner-1.9.3.jar (17 kB at 213 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Resolving class path of [bundle] xdsmlframework Test library...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[WARNING] 
WARNING: 	SWTBotHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/SWTBotHelper.xtend
16: The import 'org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.anyOf' is never used.
[WARNING] 
WARNING: 	SWTBotHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/SWTBotHelper.xtend
18: The import 'org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.withStyle' is never used.
[WARNING] 
WARNING: 	SWTBotHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/SWTBotHelper.xtend
19: The import 'org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.withTooltip' is never used.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
48: The import 'org.eclipse.ui.handlers.IHandlerService' is never used.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
46: The import 'org.eclipse.ui.commands.ICommandService' is never used.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
40: The import 'org.eclipse.jface.viewers.StructuredSelection' is never used.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
17: The import 'org.eclipse.core.expressions.IEvaluationContext' is never used.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
44: The import 'org.eclipse.ui.ISources' is never used.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
72: The value of the field MelangeWorkspaceTestHelper.MELANGE_CMD_GENERATE_TRACE is not used
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
156: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	MelangeWorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/MelangeWorkspaceTestHelper.xtend
267: The def modifier is unnecessary on method createFeatureFilter
[WARNING] 
WARNING: 	WorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/WorkspaceTestHelper.xtend
372: Unnecessary cast from ICommandService to ICommandService
[WARNING] 
WARNING: 	WorkspaceTestHelper.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/WorkspaceTestHelper.xtend
373: Unnecessary cast from IHandlerService to IHandlerService
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.test.lib:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/.polyglot.META-INF
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 17 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.test.lib:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.test.lib:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.test.lib:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.test.lib-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.test.lib ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.feature >--
[INFO] Building org.eclipse.gemoc.xdsmlframework.feature 4.0.0-SNAPSHOT [147/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/releng/org.eclipse.gemoc.xdsmlframework.feature/target/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.releng.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.framework.commons.releng.root 4.0.0-SNAPSHOT [148/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.framework.commons.releng.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.releng.root/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.releng.root-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.feature >--
[INFO] Building [feature] ModelDebugging framework commons 4.0.0-SNAPSHOT [149/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.modeldebugging.framework.commons.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.xtext 1.0.0-SNAPSHOT [150/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.xtext...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[WARNING] 
WARNING: 	GenerateGrammarXtend.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/org/eclipse/ocl/examples/build/fragments/GenerateGrammarXtend.xtend
52: The public modifier is unnecessary on class GenerateGrammarXtend
[WARNING] 
WARNING: 	GenerateGrammarXtend.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/org/eclipse/ocl/examples/build/fragments/GenerateGrammarXtend.xtend
382: The operator '==' should be replaced by '===' when null is one of the arguments.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/pom.xml
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.xtext ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.ecltoqvto 1.0.0-SNAPSHOT [151/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.ecltoqvto...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/pom.xml
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/classes
[INFO] 
[INFO] --- org.eclipse.acceleo.maven:3.5.0-SNAPSHOT:acceleo-compile (acceleo-compile) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Acceleo maven stand alone build...
[INFO] Starting packages registration...
[INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'.
[INFO] Registering package 'org.eclipse.gemoc.moccml.mapping.moccml_mapping.MoCCMLmappingPackage'.
[INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto'...
[INFO] Mapping the pom.xml to AcceleoProject...
[INFO] Adding jar dependencies...
[INFO] Starting parsing...
[INFO] Saving ouput file for '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/org/eclipse/gemoc/moccml/mapping/ecltoqvto/main/generate.mtl'.
[INFO] Warnings for file 'generate.mtl': [It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. ]
[INFO] Build completed.
[INFO] 
[INFO] --- org.eclipse.acceleo.maven:3.5.0-SNAPSHOT:acceleo-compile (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Acceleo maven stand alone build...
[INFO] Starting packages registration...
[INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'.
[INFO] Registering package 'org.eclipse.gemoc.moccml.mapping.moccml_mapping.MoCCMLmappingPackage'.
[INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto'...
[INFO] Mapping the pom.xml to AcceleoProject...
[INFO] Adding jar dependencies...
[INFO] Starting parsing...
[INFO] Build completed.
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons.ui.k3 >--
[INFO] Building [bundle] GEMOC xDSML Framework Commons UI for K3 4.0.0-SNAPSHOT [152/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Resolving class path of [bundle] GEMOC xDSML Framework Commons UI for K3...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons.ui.k3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/.polyglot.META-INF
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons.ui.k3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons.ui.k3:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.commons.ui.k3:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.commons.ui.k3-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.commons.ui.k3 ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui >--
[INFO] Building [bundle] GEMOC MoCCML Language Workbench UI 2.3.0-SNAPSHOT [153/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Resolving class path of [bundle] GEMOC MoCCML Language Workbench UI...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/main/xtend-gen does not exist
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/main/xtend-gen is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 >--
[INFO] Building [bundle] GEMOC XDSMLFramework extensions for Kermeta3 4.0.0-SNAPSHOT [154/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Resolving class path of [bundle] GEMOC XDSMLFramework extensions for Kermeta3...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.kermeta3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/.polyglot.META-INF
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.kermeta3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.kermeta3:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.xdsmlframework.extensions.kermeta3:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/xdsml_framework/plugins/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0-SNAPSHOT/org.eclipse.gemoc.xdsmlframework.extensions.kermeta3-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.xdsmlframework.extensions.kermeta3 ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccmlxdsml.metaprog >--
[INFO] Building [bundle] MOCCMLApproach 2.3.0-SNAPSHOT                [155/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] The project's OSGi version is 2.3.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Resolving class path of [bundle] MOCCMLApproach...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccmlxdsml.metaprog:xml:p2metadata:2.3.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccmlxdsml.metaprog:xml:p2artifacts:2.3.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0-SNAPSHOT/org.eclipse.gemoc.execution.moccmlxdsml.metaprog-2.3.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.moccmlxdsml.metaprog ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature >--
[INFO] Building [feature] GEMOC Execution Engine CCSL Java 3.6.1-SNAPSHOT [156/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/target/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.feature >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaengine.feature 4.0.0-SNAPSHOT [157/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.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/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaengine.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui.feature >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaengine.ui.feature 4.0.0-SNAPSHOT [158/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.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/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaengine.ui.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/target/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaengine.ui.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaengine.ui.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui 4.0.0-SNAPSHOT [159/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog 4.0.0-SNAPSHOT [160/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Resolving class path of org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/java_xdsml/plugins/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.feature >--
[INFO] Building org.eclipse.gemoc.execution.sequential.javaxdsml.feature 4.0.0-SNAPSHOT [161/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.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/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.sequential.javaxdsml.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/target/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.sequential.javaxdsml.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.execution.sequential.javaxdsml.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.sequential.javaxdsml.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.java.feature >--
[INFO] Building [feature] GEMOC ExecutionJava 3.6.1-SNAPSHOT          [162/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.java.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.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/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.java.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.java.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.java.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.sequential.java:org.eclipse.gemoc.execution.java.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.java.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.java.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.java.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.java.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-java/releng/org.eclipse.gemoc.execution.java.feature/target/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/sequential/java/org.eclipse.gemoc.execution.java.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.java.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.java.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.example.deployer >--
[INFO] Building org.eclipse.gemoc.execution.moccml.example.deployer 3.6.1-SNAPSHOT [163/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Resolving class path of org.eclipse.gemoc.execution.moccml.example.deployer...
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.design.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.groovy.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.k3dsa.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.moc.lib.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.moc.dse.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.model.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.model.edit.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.model.editor.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.ultimateplotter.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccmlsigpml.simple_example.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.design.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.k3dsa.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.moc.lib.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.moc.dse.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.model.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.model.edit.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.model.editor.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/zips/org.eclipse.gemoc.example.moccml.tfsm.pingpong_example.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.example.deployer:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.example.deployer:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/ccsljava_xdsml/plugins/org.eclipse.gemoc.execution.moccml.example.deployer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.example.deployer-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.moccml.example.deployer ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.feature >--
[INFO] Building [feature] GEMOC ExecutionMOCCML 3.6.1-SNAPSHOT        [164/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.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/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.moccml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.moccml.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-execution-moccml.bundle:org.eclipse.gemoc.execution.moccml.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-moccml/releng/org.eclipse.gemoc.execution.moccml.feature/target/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-execution-moccml/bundle/org.eclipse.gemoc.execution.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.moccml.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.execution.moccml.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.edit >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Edit Support 1.0.0-SNAPSHOT [165/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Edit Support...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.edit:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.edit:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.behavioralinterface.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.editor >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Editor 1.0.0-SNAPSHOT [166/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Editor...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.editor:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.editor:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.behavioralinterface.editor ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ide >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ide 1.0.0-SNAPSHOT [167/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ide...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ide:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ide:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.behavioralinterface.ide ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ui >--
[INFO] Building [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ui 1.0.0-SNAPSHOT [168/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ui...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ui:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.behavioralinterface.ui:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.behavioralinterface.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.behavioralinterface.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.behavioralinterface.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.ui >--
[INFO] Building [bundle] Eventmanager 4.0.0-SNAPSHOT                  [169/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Resolving class path of [bundle] Eventmanager...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.event.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.event.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.event.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.event.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.event.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.ui:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.event.ui:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.event.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.event.ui/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.event.ui-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.event.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.feature >--
[INFO] Building org.eclipse.gemoc.executionframework.feature 4.0.0-SNAPSHOT [170/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/releng/org.eclipse.gemoc.executionframework.feature/target/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model.edit >--
[INFO] Building [bundle] GEMOC Generic Trace Model Edit Support 1.0.0-SNAPSHOT [171/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Resolving class path of [bundle] GEMOC Generic Trace Model Edit Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.commons.model.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.commons.model.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.commons.model.edit ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model.edit:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.model.edit:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/plugins/org.eclipse.gemoc.trace.commons.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.trace.commons.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.commons.model.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.feature >--
[INFO] Building [feature] Domain Specific Trace Commons 3.0.1-SNAPSHOT [172/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.commons.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.commons.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.feature:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.commons.feature:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/commons/releng/org.eclipse.gemoc.trace.commons.feature/target/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.commons.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.commons.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.commons.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.annotations >--
[INFO] Building [bundle] Tracingannotations Model 3.0.1-SNAPSHOT      [173/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.annotations ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Resolving class path of [bundle] Tracingannotations Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.annotations ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.annotations:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.annotations ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.annotations ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.annotations:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.annotations ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.annotations ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.annotations ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.annotations:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.annotations:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.annotations ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.annotations ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.annotations/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.annotations/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.annotations/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.annotations/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.annotations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.annotations/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.annotations-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.annotations ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.ui >--
[INFO] Building [bundle] org.eclipse.gemoc.trace.gemoc.ui 3.0.1-SNAPSHOT [174/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.trace.gemoc.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.trace.gemoc.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/.polyglot.META-INF
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.trace.gemoc.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.ui:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.gemoc.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.gemoc.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.ui:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.gemoc.ui:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/plugins/org.eclipse.gemoc.trace.gemoc.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.gemoc.ui/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.gemoc.ui-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.gemoc.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.features >--
[INFO] Building org.eclipse.gemoc.trace.generator.features 3.0.1-SNAPSHOT [175/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.features ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.features ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.generator.features ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.features/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.features-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.feature >--
[INFO] Building [feature] Domain Specific Trace Metamodel Generator SDK 3.0.1-SNAPSHOT [176/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.generator.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.generator.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.feature:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.trace.generator.feature:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/generator/releng/org.eclipse.gemoc.trace.generator.feature/target/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.trace.generator.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.generator.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.generator.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.trace.manager:org.eclipse.gemoc.trace.manager.features >--
[INFO] Building org.eclipse.gemoc.trace.manager.features 3.0.1-SNAPSHOT [177/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.features ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.features ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.trace.manager.features ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/trace/manager/org.eclipse.gemoc.trace.manager.features/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.features-3.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.trace.manager:org.eclipse.gemoc.trace.manager.feature >--
[INFO] Building [feature] Domain Specific Trace Metamodel Manager SDK 3.0.1-SNAPSHOT [178/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.trace.manager.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.trace.manager.feature ---
[WARNING] artifact org.eclipse.gemoc.trace.manager:org.eclipse.gemoc.trace.manager.feature:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.trace.manager:org.eclipse.gemoc.trace.manager.feature:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/trace/manager/org.eclipse.gemoc.trace.manager.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/trace/manager/org.eclipse.gemoc.trace.manager.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/trace/manager/org.eclipse.gemoc.trace.manager.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/trace/manager/org.eclipse.gemoc.trace.manager.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/trace/manager/releng/org.eclipse.gemoc.trace.manager.feature/target/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/trace/manager/org.eclipse.gemoc.trace.manager.feature/3.0.1-SNAPSHOT/org.eclipse.gemoc.trace.manager.feature-3.0.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.trace.manager.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen.k3 >--
[INFO] Building [bundle] GEMOC Operational Semantics View K3 Generator 4.0.0-SNAPSHOT [179/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Resolving class path of [bundle] GEMOC Operational Semantics View K3 Generator...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[WARNING] 
WARNING: 	K3DynamicElementsFinder.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3DynamicElementsFinder.xtend
23: The private modifier is unnecessary on field abstractSyntax
[WARNING] 
WARNING: 	K3DynamicElementsFinder.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3DynamicElementsFinder.xtend
24: The private modifier is unnecessary on field executionMetamodel
[WARNING] 
WARNING: 	K3DynamicElementsFinder.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3DynamicElementsFinder.xtend
28: The private modifier is unnecessary on field view
[WARNING] 
WARNING: 	K3DynamicElementsFinder.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3DynamicElementsFinder.xtend
38: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3DynamicElementsFinder.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3DynamicElementsFinder.xtend
50: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
35: The private modifier is unnecessary on field allClasses
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
36: The private modifier is unnecessary on field extendedMetamodel
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
39: The private modifier is unnecessary on field ecoreExtension
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
42: The private modifier is unnecessary on field stepAspectsClassToAspectedClasses
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
43: The private modifier is unnecessary on field allMethods
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
44: The private modifier is unnecessary on field allk3Methods
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
45: The private modifier is unnecessary on field allSuperMethods
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
46: The private modifier is unnecessary on field stepFunctions
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
47: The private modifier is unnecessary on field eventFunctions
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
48: The private modifier is unnecessary on field functionToRule
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
49: The private modifier is unnecessary on field inspectedClasses
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
51: The private modifier is unnecessary on field methodToK3Method
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
52: The private modifier is unnecessary on field k3MethodToMethod
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
53: The private modifier is unnecessary on field superMethodTok3Method
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
54: The private modifier is unnecessary on field k3MethodToCalledMethods
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
55: The private modifier is unnecessary on field methodToOverridingMethods
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
56: The private modifier is unnecessary on field callGraph
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
57: The private modifier is unnecessary on field classToSubClasses
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
58: The private modifier is unnecessary on field classToSuperClasses
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
67: The public modifier is unnecessary on method generate
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
89: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
109: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
121: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
200: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
224: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
227: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
229: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
262: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
264: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
268: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
287: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
295: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
298: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
315: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
319: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
332: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
342: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
344: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
348: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
350: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
352: The operator '==' should be replaced by '===' when null is one of the arguments.
[WARNING] 
WARNING: 	K3StepExtractor.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/org/eclipse/gemoc/opsemanticsview/gen/k3/K3StepExtractor.xtend
430: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen.k3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/.polyglot.META-INF
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 3 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen.k3:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen.k3:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.opsemanticsview.gen.k3:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.opsemanticsview.gen.k3/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0-SNAPSHOT/org.eclipse.gemoc.opsemanticsview.gen.k3-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.opsemanticsview.gen.k3 ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature >--
[INFO] Building [feature] ModelDebugging framework commons for k3 4.0.0-SNAPSHOT [180/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] The project's OSGi version is 4.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/framework_commons/releng/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/target/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature/4.0.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature-4.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.releng.root >--
[INFO] Building org.eclipse.gemoc.modeldebugging.releng.root 3.3.0-SNAPSHOT [181/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.modeldebugging.releng.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.releng.root/3.3.0-SNAPSHOT/org.eclipse.gemoc.modeldebugging.releng.root-3.3.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.feature >--
[INFO] Building [feature] GEMOC ModelDebugging 3.6.1-SNAPSHOT         [182/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.modeldebugging.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.modeldebugging.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.modeldebugging.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/releng/org.eclipse.gemoc.modeldebugging.feature/target/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.modeldebugging.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.modeldebugging.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.modeldebugging.feature ---
[INFO] 
[INFO] ---------< org.eclipse.gemoc.mocc:org.eclipse.gemoc.mocc.root >---------
[INFO] Building org.eclipse.gemoc.mocc.root 0.1.1-SNAPSHOT            [183/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.mocc.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.mocc.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.mocc.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.mocc.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.mocc.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.mocc.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.mocc.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.mocc.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.mocc.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.mocc.root/0.1.1-SNAPSHOT/org.eclipse.gemoc.mocc.root-0.1.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.fsmkernel.model 0.1.1-SNAPSHOT [184/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.fsmkernel.model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslmocc.model 0.1.1-SNAPSHOT [185/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslmocc.model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/AS/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine 0.1.1-SNAPSHOT [186/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/solver/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature 0.1.1-SNAPSHOT [187/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/target/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl 0.1.1-SNAPSHOT [188/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl 0.1.1-SNAPSHOT [189/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui 0.1.1-SNAPSHOT [190/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui 0.1.1-SNAPSHOT [191/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/textual/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design 0.1.1-SNAPSHOT [192/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design 0.1.1-SNAPSHOT [193/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/graphical/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.core.feature >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.core.feature 0.1.1-SNAPSHOT [194/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.core.feature:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.core.feature:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.core.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.core.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.core.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.core.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.core.feature/target/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.core.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.core.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.core.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.graphical.editors.feature >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.graphical.editors.feature 0.1.1-SNAPSHOT [195/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.graphical.editors.feature:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.graphical.editors.feature:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/target/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.graphical.editors.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.graphical.editors.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.text.editors.feature >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.text.editors.feature 0.1.1-SNAPSHOT [196/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.text.editors.feature:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.text.editors.feature:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.text.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.text.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.text.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.text.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.text.editors.feature/target/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.text.editors.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.text.editors.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.text.editors.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.feature >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.feature 0.1.1-SNAPSHOT [197/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.feature ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.feature:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.feature:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/releng/org.eclipse.gemoc.moccml.constraint.feature/target/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.feature/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.feature-0.1.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext.ui >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.xtext.ui 1.0.0-SNAPSHOT [198/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.xtext.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/pom.xml
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext.ui:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.xtext.ui:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.editor.feature >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.editor.feature 1.0.0-SNAPSHOT [199/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.editor.feature:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.editor.feature:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.editor.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.editor.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.editor.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.editor.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/language/org.eclipse.gemoc.moccml.mapping.editor.feature/target/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.editor.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.editor.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.editor.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui 1.0.0-SNAPSHOT [200/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/pom.xml
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto.helper >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.qvto.helper 1.0.0-SNAPSHOT [201/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.qvto.helper...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto.helper:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-11 (assumes 11)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto.helper:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto.helper:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto.helper:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto.helper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto.helper-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.qvto.helper ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui 1.0.0-SNAPSHOT [202/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8), JavaSE-1.6 (assumes 1.6), JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8), JavaSE-1.6 (assumes 1.6), JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.transfos.feature >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.transfos.feature 1.0.0-SNAPSHOT [203/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.transfos.feature:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.transfos.feature:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.transfos.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.transfos.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.transfos.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.transfos.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/transformations/org.eclipse.gemoc.moccml.mapping.transfos.feature/target/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.transfos.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.transfos.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.transfos.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feature >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.feature 1.0.0-SNAPSHOT [204/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feature ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feature:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feature:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/org.eclipse.gemoc.moccml.mapping.feature/target/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.edit >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.feedback.model.edit 1.0.0-SNAPSHOT [205/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.feedback.model.edit...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/pom.xml
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.edit:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.edit:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.feedback.model.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.editor >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.feedback.model.editor 1.0.0-SNAPSHOT [206/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.mapping.feedback.model.editor...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/pom.xml
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/pom.xml
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.editor:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.editor:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.feedback.model.editor ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.feature >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.feedback.model.feature 1.0.0-SNAPSHOT [207/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.feature:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.framework:org.eclipse.gemoc.moccml.mapping.feedback.model.feature:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/feedback/model/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/target/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.feedback.model.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.concurrent.ccsljava:org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root >--
[INFO] Building org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root 3.6.1-SNAPSHOT [208/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/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/gemoc-studio-integration_master/gemoc-studio-moccml/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/concurrent/ccsljava/org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root/3.6.1-SNAPSHOT/org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.concurrent.ccsljava:org.eclipse.gemoc.moccml.feature >--
[INFO] Building [feature] GEMOC MOCCML 3.6.1-SNAPSHOT                 [209/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.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/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.feature ---
[WARNING] artifact org.eclipse.gemoc.execution.concurrent.ccsljava:org.eclipse.gemoc.moccml.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.execution.concurrent.ccsljava:org.eclipse.gemoc.moccml.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/concurrent/ccsljava/org.eclipse.gemoc.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/concurrent/ccsljava/org.eclipse.gemoc.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/concurrent/ccsljava/org.eclipse.gemoc.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/concurrent/ccsljava/org.eclipse.gemoc.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/releng/org.eclipse.gemoc.moccml.feature/target/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/concurrent/ccsljava/org.eclipse.gemoc.moccml.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.moccml.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding.feature >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.branding.feature 3.6.1-SNAPSHOT [210/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.pom (1.4 kB at 318 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.pom (1.3 kB at 9.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.pom (1.9 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom (2.1 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom (1.9 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom (2.3 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom (1.3 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom (1.7 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom (1.9 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom (1.9 kB at 34 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.jar (14 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.jar (30 kB at 608 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.jar (26 kB at 507 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.jar (19 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.jar (14 kB at 245 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar (31 kB at 505 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.jar (44 kB at 665 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar (20 kB at 304 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.jar (37 kB at 437 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.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/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.branding.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/org.eclipse.gemoc.gemoc_studio.branding.feature_root-3.6.1.202310181433-root.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT-root.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.branding.feature/target/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.branding.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.branding.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gemoc_studio.branding.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.additions.feature >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.additions.feature 3.6.1-SNAPSHOT [211/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.73/bcpkix-jdk18on-1.73.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.73/bcpkix-jdk18on-1.73.pom (1.6 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.73/bcutil-jdk18on-1.73.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.73/bcutil-jdk18on-1.73.pom (1.3 kB at 7.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 250 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 307 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 631 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom (6.2 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.pom (18 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 250 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.pom (13 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.3/junit-jupiter-migrationsupport-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.3/junit-jupiter-migrationsupport-5.9.3.pom (3.2 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.3/junit-platform-suite-engine-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.3/junit-platform-suite-engine-1.9.3.pom (3.4 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.3/junit-vintage-engine-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.3/junit-vintage-engine-5.9.3.pom (3.2 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.pom (8.7 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.10.0/sshd-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.10.0/sshd-2.10.0.pom (79 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom (5.7 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.10.0/sshd-sftp-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.10.0/sshd-sftp-2.10.0.pom (8.6 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.10.0/sshd-core-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.10.0/sshd-core-2.10.0.pom (12 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.10.0/sshd-common-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.10.0/sshd-common-2.10.0.pom (4.7 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.15/jetty-util-ajax-10.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.15/jetty-util-ajax-10.0.15.pom (1.5 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom (13 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom (1.5 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom (1.7 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.pom (2.8 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom (2.3 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.73/bcpkix-jdk18on-1.73.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.73/bcutil-jdk18on-1.73.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 25 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar (224 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 542 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.jar (54 kB at 325 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.3/junit-jupiter-migrationsupport-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 282 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.3/junit-platform-suite-engine-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar (171 kB at 586 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.3/junit-vintage-engine-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.3/junit-platform-suite-engine-1.9.3.jar (24 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.3/junit-jupiter-migrationsupport-5.9.3.jar (28 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.3/junit-vintage-engine-5.9.3.jar (67 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.10.0/sshd-sftp-2.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.jar (1.8 MB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.10.0/sshd-core-2.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.73/bcutil-jdk18on-1.73.jar (675 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.10.0/sshd-common-2.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.73/bcpkix-jdk18on-1.73.jar (1.0 MB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.15/jetty-util-ajax-10.0.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-sftp/2.10.0/sshd-sftp-2.10.0.jar (366 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar (15 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar (29 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.15/jetty-util-ajax-10.0.15.jar (64 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar (43 kB at 107 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.10.0/sshd-common-2.10.0.jar (916 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.10.0/sshd-core-2.10.0.jar (913 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar (28 kB at 64 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.jar (438 kB at 795 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.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/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[WARNING] The following referenced features has missing sources
	org.eclipse.fx.runtime.min.feature_3.9.0.202210170500
	openjfx.media.feature_19.0.0.202211040945
	openjfx.standard.feature_19.0.0.202211040945
	openjfx.swing.feature_19.0.0.202211040945
	openjfx.swt.feature_19.0.0.202211040945
	openjfx.web.feature_19.0.0.202211040945

[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.additions.feature:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.additions.feature:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.additions.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.additions.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.additions.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.additions.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.additions.feature/target/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.additions.feature/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.additions.feature-3.6.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gemoc_studio.additions.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.updatesite >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.updatesite 3.6.1-SNAPSHOT [212/237]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 234 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar (64 kB at 1.6 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/src/main/java]' does not exist.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom (5.8 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (43 kB at 1.6 MB/s)
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-resources) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/test-classes
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:publish-products (default-publish-products) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio/bmp/IconeGemocStudio_16x16x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio/bmp/IconeGemocStudio_32x32x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio/bmp/IconeGemocStudio_48x48x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio-text/bmp/IconeGemocStudio-text_256x256x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
[IconExe] Error - 4 original icon(s) not replaced in /tmp/p2.brandingIron994105703806078195/launcher.exe:
	- 48x48, 32 bits, 9640 byte(s) @ 233160
	- 32x32, 32 bits, 4264 byte(s) @ 242800
	- 16x16, 32 bits, 1128 byte(s) @ 247064
	- 256x256, 32 bits, 270376 byte(s) @ 248192
[IconExe] For more details, see https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/swt/tools/IconExe.java
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio/bmp/IconeGemocStudio_16x16x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio/bmp/IconeGemocStudio_32x32x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio/bmp/IconeGemocStudio_48x48x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
Loading of image /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/images/icons/IconeGemocStudio-text/bmp/IconeGemocStudio-text_256x256x32.bmp failed: only BMP_RLE8_COMPRESSION(cmp=1) or BMP_RLE4_COMPRESSION(cmp=2) compression is currently supported (given cmp=3)
[IconExe] Error - 4 original icon(s) not replaced in /tmp/p2.brandingIron1838029406594630817/launcher.exe:
	- 48x48, 32 bits, 9640 byte(s) @ 233160
	- 32x32, 32 bits, 4264 byte(s) @ 242800
	- 16x16, 32 bits, 1128 byte(s) @ 247064
	- 256x256, 32 bits, 270376 byte(s) @ 248192
[IconExe] For more details, see https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/swt/tools/IconExe.java
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Copying resources from /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/classes to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/repository
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.eef.runtime,1.5.1.201601141612.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.amalgam.discovery.modeling,1.8.0.201706011309.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.trace.manager.feature,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaengine.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.xtext.ui,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.feedback.model.editor.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.extensions.sirius.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.ecltoqvto,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.jaxen,1.1.6.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.xtext.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.annotations.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.extensions.sirius.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.opsemanticsview.gen.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.editor.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.debugger,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.opentest4j,1.2.0.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.edit,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.feature.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.jdt.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.qvto.helper,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.jaxen.source,1.1.6.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.ide.ui.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.engine.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.utils,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.eef.runtime,1.5.1.201601141612.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccml.example.deployer.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.debug.sirius.ui.feature.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.editor.feature.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.language_workbench.documentation.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.graphical.editors.feature,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.protocols.eaop.api.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.ide.sirius.ui,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.trace.generator.feature.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.commons,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.debug.ui.feature,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.messagingsystem.api,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio.executable.gtk.linux.x86_64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.event.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.engine.model,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.commons.ui.k3.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.opsemanticsview.model,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.transfos.feature.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.core.feature.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.api.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.metaprogramming,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.xtext.ui.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.debug.sirius.ui.feature,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ws.server,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.edit,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.ui.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.opsemanticsview.model.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.javax.client,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.vcdgenerator,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.ide.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.opsemanticsview.gen.k3,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.servlet,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.reflectivetrace.model.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.xtext.ui.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.ui.utils,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.xtext,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.ide,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.gemoc.gemoc_studio.headless.feature_root,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.commons.model.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.multidimensional.timeline,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.text.editors.feature,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.extensions.sirius,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.addon.eaop.server.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.event.model.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.sequential.javaengine.ui.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.ale.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.trace.manager.feature.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.edit.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.jdom2,2.0.6.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.core.common,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.reflectivetrace.model,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.api,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.commons.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.eclipse.feature.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.messagingsystem.ui.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.xdsmlframework.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.modeldebugging.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccml.example.deployer,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.ui.utils.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.alpn.client,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.jdt,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.gexpressions.feature.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.test.lib.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine.ui.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.engine,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.xtext.ui,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.javax.server,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.sequential.javaengine.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.feedback.model.edit.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.engine.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.amalgam.discovery.modeling,1.8.0.201706011309.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket-api,1.1.2.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.concurrent,0.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.xtext.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.3rdparty.feature,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.gemoc.gemoc_studio.branding.feature_root,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.gexpressions.feature,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.logging,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.feedback.model.editor,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.feature,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.ide.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.debugger.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.core.feature,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.engine.model.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.xtext,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.opsemanticsview.gen.k3.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.debug.feature,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.language_workbench.documentation,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.core.server,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.opsemanticsview.gen,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.extensions.kermeta3,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.edit.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccml.testscenariolang.xtext,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaengine.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.metaprogramming.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.multidimensional.timeline.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.gemoc_studio.headless.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.concurrent_addons.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.feedback.model,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.model,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.feature.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.editor,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.diffviewer,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.ide,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine.ui,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.debug.ui.feature.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.annotations,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.edit.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.concurrent_addons.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.xtext.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.concurrent.source,0.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.stategraph.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.sequential.language.wb.sample.deployer,3.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.groovy,2.4.9.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.ale.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.modeldebugging.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccmlxdsml.metaprog.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.javax.common,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.eclipse.feature,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio_headless.executable.gtk.linux.x86_64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.api,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.pde.ui,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.extensions.sirius,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.feedback.model.feature.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaengine,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccml.testscenariolang.model,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.modeldebugging.framework.commons.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.ui,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.ui,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.xtext,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.3rdparty.feature.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.messagingsystem.api.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.timeline,3.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.client,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.debugger.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.ide,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.edit,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.groovy.source,2.4.9.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.editor.feature,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.ui.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.vcdgenerator.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.protocols.eaop.api,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.sequential.javaxdsml.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.text.editors.feature.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.feature.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ws.server.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.value.model,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.trace.generator.feature,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.test.lib,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.feedback.model.feature,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.moccml.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.feature,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.event.manager.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.ide.ui,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.moccmlxdsml.metaprog,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.java.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.eventscheduling.timeline,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.pde,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.commons,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.modeldebugging.framework.commons.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaengine,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.commons.ui.k3,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.editor,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.generator,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.stategraph,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.diffviewer.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.moccml.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.dsl.debug.feature.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.ui.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.sequential.samples.deployers.feature,3.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.debug.ide.sirius.ui.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.debugger.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.ale.interpreted.engine.feature,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.commons.model.edit.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.utils.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.commons.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.sample.deployer.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.java.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.qvto.helper.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.gemoc_studio.additions.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.dsl.ide.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.generator.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.trace.commons.feature.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.ui,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.fsmkernel.model,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.ide.ui.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc.ui,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.ecltoqvto.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.sequential.javaengine.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.mapstruct,1.4.2.Final.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.amalgam.discovery.core,1.8.0.201706011309.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.metamodel.generator.source,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.websocket.core.client,10.0.6.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.opentest4j.source,1.2.0.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.pde.ui.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.event.manager,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.executionframework.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.executionframework.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.event.model,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gemoc_studio.branding,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.mapping.transfos.feature,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.ide.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.xdsmlframework.feature.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.behavioralinterface.ui.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.timeline.source,3.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.trace.commons.feature,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.feedback.model.edit,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.addon.eaop.server,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.sequential.javaengine.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.sequential.modeling.wb.sample.deployer,3.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.pde.source,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design.source,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.xdsmlframework.api.source,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.messagingsystem.ui,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gemoc_studio.headless,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.commons.model,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.addon.eventscheduling.timeline.source,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.ale.interpreted.engine.feature.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.execution.sequential.javaxdsml.feature,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api,2.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.amalgam.discovery.ui,1.8.0.201706011309.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.commons.model.edit,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.executionframework.event.ui,4.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.gexpressions.editor.source,3.3.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.metamodel.generator,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.trace.gemoc,3.0.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.jdom2.source,2.0.6.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.moccml.constraint.feature,0.1.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.moccml.mapping.feedback.model.source,1.0.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.sample.deployer,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.gemoc_studio.branding.feature,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio.executable.win32.win32.x86_64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio_headless.executable.win32.win32.x86_64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio.executable.cocoa.macosx.x86_64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio_headless.executable.cocoa.macosx.x86_64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio.executable.cocoa.macosx.aarch64,3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,gemoc_studio_headless.executable.cocoa.macosx.aarch64,3.6.1.202310181433.
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:3.0.4:materialize-products (create-distributions) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Installing product gemoc_studio for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio/linux/gtk/x86_64
Installing gemoc_studio 3.6.1.202310181433.
Installing org.eclipse.fx.runtime.min.feature.feature.group 3.9.0.202210170500.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 37095 ms.
[INFO] Installing product gemoc_studio for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio/win32/win32/x86_64
Installing gemoc_studio 3.6.1.202310181433.
Installing org.eclipse.fx.runtime.min.feature.feature.group 3.9.0.202210170500.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 37012 ms.
[INFO] Installing product gemoc_studio for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio/macosx/cocoa/x86_64/Eclipse.app
Installing gemoc_studio 3.6.1.202310181433.
Installing org.eclipse.fx.runtime.min.feature.feature.group 3.9.0.202210170500.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 37398 ms.
[INFO] Installing product gemoc_studio for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio/macosx/cocoa/aarch64/Eclipse.app
Installing gemoc_studio 3.6.1.202310181433.
Installing org.eclipse.fx.runtime.min.feature.feature.group 3.9.0.202210170500.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 37500 ms.
[INFO] Installing product gemoc_studio_headless for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless/linux/gtk/x86_64
Installing gemoc_studio_headless 3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 8691 ms.
[INFO] Installing product gemoc_studio_headless for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless/win32/win32/x86_64
Installing gemoc_studio_headless 3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 8623 ms.
[INFO] Installing product gemoc_studio_headless for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless/macosx/cocoa/x86_64/Eclipse.app
Installing gemoc_studio_headless 3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 9114 ms.
[INFO] Installing product gemoc_studio_headless for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless/macosx/cocoa/aarch64/Eclipse.app
Installing gemoc_studio_headless 3.6.1.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 8063 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:3.0.4:archive-products (create-distributions) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Building tar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-macosx.cocoa.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-macosx.cocoa.aarch64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-macosx.cocoa.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-macosx.cocoa.aarch64.tar.gz
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio_headless.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio_headless.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio_headless.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio_headless.executable.win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio_headless.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio_headless.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio.executable.win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio.executable.cocoa.macosx.aarch64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio.executable.cocoa.macosx.aarch64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio_headless.executable.cocoa.macosx.aarch64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio_headless.executable.cocoa.macosx.aarch64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/extraArtifacts/gemoc_studio.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-gemoc_studio.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-linux.gtk.x86_64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-linux.gtk.x86_64.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-macosx.cocoa.x86_64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-macosx.cocoa.x86_64.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio-macosx.cocoa.aarch64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-macosx.cocoa.aarch64.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-linux.gtk.x86_64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-_headless-linux.gtk.x86_64.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-_headless-win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-macosx.cocoa.x86_64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-_headless-macosx.cocoa.x86_64.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.updatesite/target/products/gemoc_studio_headless-macosx.cocoa.aarch64.tar.gz to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.updatesite/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.updatesite-3.6.1-SNAPSHOT-_headless-macosx.cocoa.aarch64.tar.gz
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.gemoc_studio.updatesite ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.targetplatform >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.targetplatform 3.6.1-SNAPSHOT [213/237]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.targetplatform/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.targetplatform-3.6.1-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.gemoc_studio.targetplatform/3.6.1-SNAPSHOT/org.eclipse.gemoc.gemoc_studio.targetplatform-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.lwb.bundles >--
[INFO] Building org.eclipse.gemoc.example.k3fsm.lwb.bundles 3.6.1-SNAPSHOT [214/237]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.gemoc.example.k3fsm.lwb.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.lwb.bundles/3.6.1-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.lwb.bundles-3.6.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm >--
[INFO] Building [bundle] K3fsm Model 0.1.0-SNAPSHOT                   [215/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] The project's OSGi version is 0.1.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Resolving class path of [bundle] K3fsm Model...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm:xml:p2metadata:0.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm:xml:p2artifacts:0.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm/0.1.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm/0.1.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm/0.1.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm/0.1.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm/0.1.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm-0.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.design >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.design 1.0.0-SNAPSHOT [216/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.design...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.design ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.design ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.design ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.design:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.design:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.design/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.design/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.design/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.design/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.design/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.design/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.design-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.design ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.edit >--
[INFO] Building [bundle] K3fsm Model Edit Support 1.0.0-SNAPSHOT      [217/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Resolving class path of [bundle] K3fsm Model Edit Support...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.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/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.edit ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.edit:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.edit:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.editor >--
[INFO] Building [bundle] K3fsm Model Editor 1.0.0-SNAPSHOT            [218/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Resolving class path of [bundle] K3fsm Model Editor...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.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/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.editor ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.editor:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.editor:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.editor ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event >--
[INFO] Building [bundle] K3FSM Behavioral Interface 1.0.0-SNAPSHOT    [219/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Resolving class path of [bundle] K3FSM Behavioral Interface...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.event ---
Oct 18, 2023 2:53:10 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: FSMAspect
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.event ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 4 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.event ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.event ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.event ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.event-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.event ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.k3dsa >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.k3dsa 1.0.0  [220/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] The project's OSGi version is 1.0.0
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.k3dsa...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
Oct 18, 2023 2:53:10 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: FSMAspect, StateAspect, TransitionAspect
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 14 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.k3dsa:xml:p2metadata:1.0.0 already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.k3dsa:xml:p2artifacts:1.0.0 already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.k3dsa/1.0.0/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.k3dsa/1.0.0/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.k3dsa/1.0.0/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.k3dsa/1.0.0/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.k3dsa/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.k3dsa/1.0.0/org.eclipse.gemoc.example.k3fsm.k3dsa-1.0.0-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.k3dsa ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event.xdsml >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.event.xdsml 1.0.0 [221/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] The project's OSGi version is 1.0.0
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.event.xdsml...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event.xdsml:xml:p2metadata:1.0.0 already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.event.xdsml:xml:p2artifacts:1.0.0 already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.event.xdsml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.event.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.event.xdsml-1.0.0-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.event.xdsml ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xdsml >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.xdsml 1.0.0  [222/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] The project's OSGi version is 1.0.0
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.xdsml...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xdsml:xml:p2metadata:1.0.0 already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xdsml:xml:p2artifacts:1.0.0 already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xdsml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xdsml/1.0.0/org.eclipse.gemoc.example.k3fsm.xdsml-1.0.0-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.xdsml ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.xtext 1.0.0-SNAPSHOT [223/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.xtext...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[WARNING] 
WARNING: 	K3FSMFormatter.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/org/eclipse/gemoc/example/k3fsm/formatting2/K3FSMFormatter.xtend
16: The extension org.eclipse.gemoc.example.k3fsm.services.K3FSMGrammarAccess is not used in K3FSMFormatter
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.xtext ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ide >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ide 1.0.0-SNAPSHOT [224/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ide...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ide:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ide:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ide/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.xtext.ide ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ui >--
[INFO] Building [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ui 1.0.0-SNAPSHOT [225/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Resolving class path of [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ui:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.example.k3fsm.xtext.ui:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/official_samples/K3FSM/language_workbench/org.eclipse.gemoc.example.k3fsm.xtext.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.example.k3fsm.xtext.ui/1.0.0-SNAPSHOT/org.eclipse.gemoc.example.k3fsm.xtext.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.example.k3fsm.xtext.ui ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.logging.config >--
[INFO] Building org.eclipse.gemoc.studio.tests.logging.config 3.6.1-SNAPSHOT [226/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Resolving class path of org.eclipse.gemoc.studio.tests.logging.config...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.studio.tests.logging.config ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.studio.tests.logging.config ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.studio.tests.logging.config ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.studio.tests.logging.config ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.logging.config:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.logging.config:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.studio.tests.logging.config/3.6.1-SNAPSHOT/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.studio.tests.logging.config/3.6.1-SNAPSHOT/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.studio.tests.logging.config/3.6.1-SNAPSHOT/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.studio.tests.logging.config/3.6.1-SNAPSHOT/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.logging.config/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/org.eclipse.gemoc.studio.tests.logging.config/3.6.1-SNAPSHOT/org.eclipse.gemoc.studio.tests.logging.config-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.studio.tests.logging.config ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.tests >--
[INFO] Building org.eclipse.gemoc.dsl.tests 3.6.1-SNAPSHOT            [227/237]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.tests ---
[INFO] The project's OSGi version is 3.6.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Resolving class path of org.eclipse.gemoc.dsl.tests...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.tests ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.tests:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.dsl.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.dsl.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.tests ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.tests:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-commons.bundle:org.eclipse.gemoc.dsl.tests:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:test (default-test) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/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.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/work, -configuration, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/surefire.properties]
Running org.eclipse.gemoc.dsl.tests.DslParsingMultiLineTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.gemoc.dsl.tests.DslParsingMultiLineTest
org.eclipse.gemoc.dsl.tests.DslParsingMultiLineTest.simple_key_2lines_value  Time elapsed: 0.529 s
org.eclipse.gemoc.dsl.tests.DslParsingMultiLineTest.simple_key_3lines_value  Time elapsed: 0.003 s
Running org.eclipse.gemoc.dsl.tests.DslParsingCommentTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.gemoc.dsl.tests.DslParsingCommentTest
org.eclipse.gemoc.dsl.tests.DslParsingCommentTest.minimal_comment  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingCommentTest.minimal_multi_comment  Time elapsed: 0.002 s
Running org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_key_value  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_no_quote  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.complex_values  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.complex_values_and_special_char  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_name_keyword_in_value_01  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_name_keyword_in_value_02  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_equal_sign_in_value  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_key_value_and_comment  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingSingleLineTest.minimal_na_keyword_in_value  Time elapsed: 0.001 s
Running org.eclipse.gemoc.dsl.tests.DslValidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.gemoc.dsl.tests.DslValidationTest
org.eclipse.gemoc.dsl.tests.DslValidationTest.duplicateEntryKey  Time elapsed: 0.025 s
org.eclipse.gemoc.dsl.tests.DslValidationTest.missingName  Time elapsed: 0.001 s
Running org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.multiple_empty_lines  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.minimal_empty_start_line  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.melange_generated_empty_lines  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.minimal_empty_line_with_WS  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.melange_generated_empty_lines2  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.minimal_empty_start_line_with_WS  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.multiple_empty_lines_with_WS  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.minimal_empty_ending_line  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.minimal_empty_line  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.multiple_empty_start_lines  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.multiple_empty_start_line_with_WS  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.tests.DslParsingEmptyLineTest.minimal_empty_ending_line_with_WS  Time elapsed: 0.001 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.tests ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.tests/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.tests/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.tests/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.tests/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-commons/tests/org.eclipse.gemoc.dsl.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-commons/bundle/org.eclipse.gemoc.dsl.tests/3.6.1-SNAPSHOT/org.eclipse.gemoc.dsl.tests-3.6.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.tests ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.tests >--
[INFO] Building org.eclipse.gemoc.dsl.debug.tests 3.0.1-SNAPSHOT      [228/237]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] The project's OSGi version is 3.0.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] Resolving class path of org.eclipse.gemoc.dsl.debug.tests...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.dsl.debug.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.dsl.debug.tests ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.tests:3.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/pom.xml
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.dsl.debug.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.dsl.debug.tests ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.tests:xml:p2metadata:3.0.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.dsl.debug.tests:xml:p2artifacts:3.0.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:test (default-test) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/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.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/work/data, -install, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/work, -configuration, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.e4.ide.application.product, -ea, -Xmx1024m, -XX:MaxPermSize=256m]
Running org.eclipse.gemoc.dsl.debug.tests.AllTests
Tests run: 154, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.gemoc.dsl.debug.tests.AllTests
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.disconnectRequestDebugTargetDisconnected  Time elapsed: 0.074 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canTerminateDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminateRequestDebugTargetConnectedNoThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.suspendRequestDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.resumeRequestDebugTargetDisconnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSpawnThreadDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canResumeDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.suspendRequestDebugTargetConnectedNoThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnSuspendedThreadEventDebugTargetConnectedSpawnRunningThread  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSpawnThreadDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminateRequestDebugTargetConnectedThreads  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.createDebugTarget  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminatedEventDebugTargetDisconnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.suspendRequestDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canDisconnectDebugTargetTerminated  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.resumeRequestDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSuspendDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminateRequestDebugTargetDisconnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canResumeDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canDisconnectDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminatedEventDebugTargetConnectedNoThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnRunningThreadEventDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSpawnThreadDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminateRequestDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminatedEventDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.resumeRequestDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnRunningThreadEventDebugTargetConnectedSpawnRunningThread  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnRunningThreadEventDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.suspendRequestDebugTargetConnectedThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminateRequestDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canDisconnectDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canDisconnectDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSuspendDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.disconnectRequestDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.createDebugTargetNotNullNameNullContext  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSpawnThreadDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSuspendDebugTargetTerminating  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnSuspendedThreadEventDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnSuspendedThreadEventDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canTerminateDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.getThread  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.isTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.resumeRequestDebugTargetConnectedThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.resumeRequestDebugTargetConnectedNoThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canSuspendDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.getThreadNullTargetNullName  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.disconnectRequestDebugTargetConnectedNoThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnRunningThreadEventDebugTargetDisconnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.createDebugTargetNullNameNullContext  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canTerminateDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.suspendRequestDebugTargetDisconnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canTerminateDebugTargetConnnected  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.createDebugTargetNullNameNotNullContext  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.spawnSuspendedThreadEventDebugTargetDisconnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.getThreadNotNullTargetNullName  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.disconnectRequestDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canResumeDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminatedEventDebugTargetConnectedThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.canResumeDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.disconnectRequestDebugTargetConnectedThreads  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.DebugTargetUtilsTests.terminatedEventDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPushFrameDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepOverReplyDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canTerminateDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSuspendedDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepReturnDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepReturnReplyDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepIntoReplyDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendRequestDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.popStackFrameEventDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.getThreadNoContainer  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepOverDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPopFrameDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canResumeDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepIntoDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendedReplyDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepIntoDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSteppingDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepReturnDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepIntoDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.resumeReplyDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendRequestDebugTargetConnnected  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepReturnReplyDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPopFrameDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendedReplyDebugTargetConnnectedWithVariableChanged  Time elapsed: 0.002 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.setCurrentInstructionReply  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepReturnReplyDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepReturnDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendRequestDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canSuspendDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canResumeDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.setCurrentInstructionReplyNullThread  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepOverReplyDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepIntoReplyDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isActiveDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepIntoDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepOverDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminateRequestDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPushFrameDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.pushStackFrameEventDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepReturnReplyDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPopFrameDebugTargetConnnected  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminatedReplyDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPushFrameDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSteppingDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepOverReplyDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepOverDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSuspendedDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminateRequestDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canSuspendDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canSuspendDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isActiveDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.resumeReplyDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendedReplyDebugTargetConnnectedWithVariableNotChanged  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.getThreadFrameContainer  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepOverDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminateRequestDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminatedReplyDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canTerminateDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepIntoReplyDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.resumeReplyDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendedReplyDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSteppingDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendedReplyDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepOverReplyDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.pushStackFrameEventDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminateRequestDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSteppingDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.pushStackFrameEventDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canSuspendDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSuspendedDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendRequestDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.popStackFrameEventDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canTerminateDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.resumeReplyDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.popStackFrameEventDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPushFrameDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminatedReplyDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canTerminateDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.stepIntoReplyDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.getThreadThreadContainer  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.getThreadFrameContainerNoThread  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canStepReturnDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isActiveDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.suspendedReplyDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isSuspendedDebugTargetTerminated  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.pushStackFrameEventDebugTargetConnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.terminatedReplyDebugTargetTerminating  Time elapsed: 0.001 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.isActiveDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canResumeDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canResumeDebugTargetTerminating  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.setCurrentInstructionReplyNoStackFrame  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.canPopFrameDebugTargetDisconnnected  Time elapsed: 0 s
org.eclipse.gemoc.dsl.debug.tests.ThreadUtilsTests.popStackFrameEventDebugTargetConnnected  Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.tests/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.tests/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.tests/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.tests/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/simulationmodelanimation/tests/org.eclipse.gemoc.dsl.debug.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.dsl.debug.tests/3.0.1-SNAPSHOT/org.eclipse.gemoc.dsl.debug.tests-3.0.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.dsl.debug.tests ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.edit >--
[INFO] Building [bundle] GEMOC Execution Framework Value Model Edit Support 1.0.0-SNAPSHOT [229/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Resolving class path of [bundle] GEMOC Execution Framework Value Model Edit Support...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.edit:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.edit:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.edit/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.value.model.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.editor >--
[INFO] Building [bundle] GEMOC Execution Framework Value Model Editor 1.0.0-SNAPSHOT [230/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Resolving class path of [bundle] GEMOC Execution Framework Value Model Editor...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (default) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Executing tasks
     [echo] Displaying value of 'mypath' property
     [echo] [mypath] ${mypath}
     [echo] [mypath2] ${mypath2}
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/.polyglot.META-INF
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.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/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[WARNING] The effective compiler target level 17 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/.polyglot.META-INF
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.editor:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio-modeldebugging.bundle:org.eclipse.gemoc.executionframework.value.model.editor:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-modeldebugging/framework/execution_framework/plugins/org.eclipse.gemoc.executionframework.value.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio-modeldebugging/bundle/org.eclipse.gemoc.executionframework.value.model.editor/1.0.0-SNAPSHOT/org.eclipse.gemoc.executionframework.value.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.executionframework.value.model.editor ---
[INFO] 
[INFO] --< org.eclipse.gemoc.execution.ale:org.eclipse.gemoc.ale.interpreted.engine.updatesite >--
[INFO] Building org.eclipse.gemoc.ale.interpreted.engine.updatesite 1.1.0-SNAPSHOT [231/237]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from https://oss.sonatype.org/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots): transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml, status: 502 Bad Gateway
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] The project's OSGi version is 1.1.0.202310181433
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/src/main/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/src/main/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/target/test-classes
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:publish-products (default-publish-products) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.metaprogramming,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.metaprogramming.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine.ui.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.ale.interpreted.engine.feature,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gemoc.ale.interpreted.engine.feature.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.sample.deployer,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.language.sample.deployer.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine.source,1.1.0.202310181433.
[WARNING] [3874aca7-f8fa-482b-a6b6-8faa70a490e4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.gemoc.ale.interpreted.engine.ui,1.1.0.202310181433.
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/target/org.eclipse.gemoc.ale.interpreted.engine.updatesite-1.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/target/org.eclipse.gemoc.ale.interpreted.engine.updatesite-1.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.updatesite/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.updatesite-1.1.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.updatesite/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.updatesite-1.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.updatesite/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.updatesite-1.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-execution-ale/releng/org.eclipse.gemoc.ale.interpreted.engine.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/execution/ale/org.eclipse.gemoc.ale.interpreted.engine.updatesite/1.1.0-SNAPSHOT/org.eclipse.gemoc.ale.interpreted.engine.updatesite-1.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.ale.interpreted.engine.updatesite ---
[INFO] 
[INFO] --< org.eclipse.gemoc.moccml.mapping.license.feature:org.eclipse.gemoc.moccml.mapping.license.feature >--
[INFO] Building org.eclipse.gemoc.moccml.mapping.license.feature 1.0.0-SNAPSHOT [232/237]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] The project's OSGi version is 1.0.0.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.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/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-feature (default-package-feature) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.license.feature:org.eclipse.gemoc.moccml.mapping.license.feature:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.moccml.mapping.license.feature:org.eclipse.gemoc.moccml.mapping.license.feature:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/license/feature/org.eclipse.gemoc.moccml.mapping.license.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/license/feature/org.eclipse.gemoc.moccml.mapping.license.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/license/feature/org.eclipse.gemoc.moccml.mapping.license.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/license/feature/org.eclipse.gemoc.moccml.mapping.license.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/mapping/deployment/org.eclipse.gemoc.moccml.mapping.license.feature/target/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/license/feature/org.eclipse.gemoc.moccml.mapping.license.feature/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.license.feature-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.mapping.license.feature ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit 0.1.1-SNAPSHOT [233/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor 0.1.1-SNAPSHOT [234/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit 0.1.1-SNAPSHOT [235/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit ---
[INFO] 
[INFO] --< org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor >--
[INFO] Building org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor 0.1.1-SNAPSHOT [236/237]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] The project's OSGi version is 0.1.1.202310181433
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Resolving class path of org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor...
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.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/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Using 'UTF8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:testCompile (default-testCompile) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor:xml:p2metadata:0.1.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.mocc:org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor:xml:p2artifacts:0.1.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:integration-test (default-integration-test) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio-moccml/constraint/plugins/editors/tree/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/mocc/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor/0.1.1-SNAPSHOT/org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor-0.1.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor ---
[INFO] 
[INFO] -------< org.eclipse.gemoc.gemoc-studio.bundle:complete-studio >--------
[INFO] Building Full tycho build 3.6.1-SNAPSHOT                       [237/237]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ complete-studio ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ complete-studio ---
[INFO] Installing /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/tycho_full_compilation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemoc/gemoc-studio/bundle/complete-studio/3.6.1-SNAPSHOT/complete-studio-3.6.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] GEMOC Studio Eclipse Product BOM 3.6.1-SNAPSHOT .... SUCCESS [  0.063 s]
[INFO] gemoc-studio root with tycho 3.6.1-SNAPSHOT ........ SUCCESS [ 19.101 s]
[INFO] org.eclipse.gemoc.official_samples.deployers.root 3.1.0-SNAPSHOT SUCCESS [  0.149 s]
[INFO] org.eclipse.gemoc.sequential.language.wb.sample.deployer 3.1.0-SNAPSHOT SUCCESS [  6.114 s]
[INFO] org.eclipse.gemoc.sequential.modeling.wb.sample.deployer 3.1.0-SNAPSHOT SUCCESS [  0.990 s]
[INFO] org.eclipse.gemoc.sequential.samples.deployers.feature 3.1.0-SNAPSHOT SUCCESS [  0.202 s]
[INFO] GEMOC Studio Documentation 3.6.1-SNAPSHOT .......... SUCCESS [ 56.133 s]
[INFO] gemoc-studio/gemoc_studio root with tycho 3.6.1-SNAPSHOT SUCCESS [  0.163 s]
[INFO] org.eclipse.gemoc.gemoc_studio.branding 3.6.1-SNAPSHOT SUCCESS [  8.701 s]
[INFO] org.eclipse.gemoc.commons.root 3.6.1-SNAPSHOT ...... SUCCESS [  0.130 s]
[INFO] org.eclipse.gemoc.commons.plugins 3.6.1-SNAPSHOT ... SUCCESS [  0.129 s]
[INFO] [bundle] GEMOC Commons Dsl Model 3.3.0-SNAPSHOT .... SUCCESS [  9.006 s]
[INFO] [bundle] GEMOC messagingsystem api 3.3.0-SNAPSHOT .. SUCCESS [  0.420 s]
[INFO] [bundle] GEMOC Commons Eclipse 3.6.1-SNAPSHOT ...... SUCCESS [  0.536 s]
[INFO] org.eclipse.gemoc.modeldebugging.root 3.3.0-SNAPSHOT SUCCESS [  0.144 s]
[INFO] org.eclipse.gemoc.trace.root 3.0.1-SNAPSHOT ........ SUCCESS [  0.149 s]
[INFO] org.eclipse.gemoc.trace.commons.root 3.0.1-SNAPSHOT  SUCCESS [  0.129 s]
[INFO] org.eclipse.gemoc.trace.commons.plugins 3.0.1-SNAPSHOT SUCCESS [  0.149 s]
[INFO] [bundle] GEMOC Generic Trace Model 3.0.1-SNAPSHOT .. SUCCESS [  1.914 s]
[INFO] org.eclipse.gemoc.modeldebugging.framework.root 4.0.0-SNAPSHOT SUCCESS [  1.510 s]
[INFO] org.eclipse.gemoc.modeldebugging.framework.commons.root 4.0.0-SNAPSHOT SUCCESS [  0.133 s]
[INFO] org.eclipse.gemoc.modeldebugging.framework.commons.plugins.root 4.0.0-SNAPSHOT SUCCESS [  0.150 s]
[INFO] [bundle] GemocExecutionEngineTrace Model 4.0.0-SNAPSHOT SUCCESS [  0.445 s]
[INFO] [bundle] GEMOC Language API 4.0.0-SNAPSHOT ......... SUCCESS [  1.851 s]
[INFO] [bundle] GEMOC Commons Dsl Xtext 3.3.0-SNAPSHOT .... SUCCESS [  6.198 s]
[INFO] DSL Debugger Parent 3.0.1-SNAPSHOT ................. SUCCESS [  0.002 s]
[INFO] org.eclipse.gemoc.simulationmodelanimation.plugins 3.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] [bundle] Debug Model 3.0.1-SNAPSHOT ................ SUCCESS [  0.298 s]
[INFO] [bundle] Debug Model Edit Support 3.0.1-SNAPSHOT ... SUCCESS [  0.280 s]
[INFO] [bundle] Debug Model IDE Integration 3.0.1-SNAPSHOT  SUCCESS [  0.826 s]
[INFO] [bundle] Timeline 3.0.0-SNAPSHOT ................... SUCCESS [  0.752 s]
[INFO] [bundle] GMEOC Trace API 3.0.1-SNAPSHOT ............ SUCCESS [  0.441 s]
[INFO] org.eclipse.gemoc.modeldebugging.executionframework.root 4.0.0-SNAPSHOT SUCCESS [  0.141 s]
[INFO] org.eclipse.gemoc.executionframework.engine.plugins 4.0.0-SNAPSHOT SUCCESS [  0.135 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.engine.model 4.0.0-SNAPSHOT SUCCESS [  0.327 s]
[INFO] [bundle] GEMOC Engine 4.0.0-SNAPSHOT ............... SUCCESS [  3.388 s]
[INFO] [bundle] GEMOC Commons Xtext 3.3.0-SNAPSHOT ........ SUCCESS [  0.304 s]
[INFO] [bundle] Debug Model IDE Integration UI 3.0.1-SNAPSHOT SUCCESS [  0.545 s]
[INFO] [bundle] Debug Model Sirius IDE Integration UI 3.0.1-SNAPSHOT SUCCESS [  0.879 s]
[INFO] [bundle] GEMOC xDSML Framework Commons 4.0.0-SNAPSHOT SUCCESS [  0.519 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.debugger 4.0.0-SNAPSHOT SUCCESS [  2.509 s]
[INFO] [bundle] GEMOC executionframework extensions for Sirius 4.0.0-SNAPSHOT SUCCESS [  1.563 s]
[INFO] [bundle] Operational Semantics View Model 4.0.0-SNAPSHOT SUCCESS [  0.680 s]
[INFO] [bundle] GEMOC Operational Semantics View Generator 4.0.0-SNAPSHOT SUCCESS [  0.560 s]
[INFO] org.eclipse.gemoc.execution.ale.root 1.1.0-SNAPSHOT  SUCCESS [  1.603 s]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.plugins 1.1.0-SNAPSHOT SUCCESS [  0.004 s]
[INFO] [bundle] GEMOC ALE Engine 1.1.0-SNAPSHOT ........... SUCCESS [  1.622 s]
[INFO] org.jaxen 1.1.6-SNAPSHOT ........................... SUCCESS [  0.326 s]
[INFO] org.jdom2 2.0.6-SNAPSHOT ........................... SUCCESS [  0.332 s]
[INFO] [bundle] GEMOC Trace Commons 3.0.1-SNAPSHOT ........ SUCCESS [  1.425 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface 1.0.0-SNAPSHOT SUCCESS [  0.947 s]
[INFO] [bundle] GEMOC Execution Framework Value Model 4.0.0-SNAPSHOT SUCCESS [  0.808 s]
[INFO] [bundle] GEMOC Execution Framework Event Model 4.0.0-SNAPSHOT SUCCESS [  0.707 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.event.manager 4.0.0-SNAPSHOT SUCCESS [  0.738 s]
[INFO] org.eclipse.gemoc.execution.sequential.java.root 4.0.0-SNAPSHOT SUCCESS [  0.004 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine 4.0.0-SNAPSHOT SUCCESS [  0.931 s]
[INFO] org.eclipse.gemoc.gemoc_studio.headless 3.6.1-SNAPSHOT SUCCESS [  3.904 s]
[INFO] org.eclipse.gemoc.language_workbench.documentation 3.6.1-SNAPSHOT SUCCESS [  5.451 s]
[INFO] [bundle] GEMOC Commons Eclipse PDE 3.6.1-SNAPSHOT .. SUCCESS [  0.354 s]
[INFO] [bundle] GEMOC messagingsystem UI 3.3.0-SNAPSHOT ... SUCCESS [  0.605 s]
[INFO] [bundle] GEMOC Commons Eclipse PDE UI 3.6.1-SNAPSHOT SUCCESS [  4.194 s]
[INFO] [bundle] GEMOC Commons Eclipse UI 3.3.0-SNAPSHOT ... SUCCESS [  1.101 s]
[INFO] [bundle] GEMOC Commons Utils 1.0.0-SNAPSHOT ........ SUCCESS [  0.315 s]
[INFO] [bundle] GEMOC Commons Dsl Xtext Ide 3.3.0-SNAPSHOT  SUCCESS [  0.823 s]
[INFO] [bundle] GEMOC Commons Dsl Xtext UI 3.3.0-SNAPSHOT . SUCCESS [  1.865 s]
[INFO] org.eclipse.gemoc.modeldebugging.xdsmlframework.root 4.0.0-SNAPSHOT SUCCESS [  0.198 s]
[INFO] org.eclipse.gemoc.xdsmlframework.plugins 4.0.0-SNAPSHOT SUCCESS [  0.158 s]
[INFO] [bundle] GEMOC XDSMLFramework Utils 4.0.0-SNAPSHOT . SUCCESS [  0.792 s]
[INFO] [bundle] GEMOC XDSMLFramework extensions for Sirius 4.0.0-SNAPSHOT SUCCESS [  1.722 s]
[INFO] [bundle] Execution framework UI 4.0.0-SNAPSHOT ..... SUCCESS [  1.127 s]
[INFO] org.eclipse.gemoc.trace.generator.root 3.0.1-SNAPSHOT SUCCESS [  0.130 s]
[INFO] org.eclipse.gemoc.trace.generator.plugins 3.0.1-SNAPSHOT SUCCESS [  0.127 s]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc 3.0.1-SNAPSHOT SUCCESS [  1.576 s]
[INFO] [bundle] Execution Engine UI 4.0.0-SNAPSHOT ........ SUCCESS [  3.721 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.debugger.ui 4.0.0-SNAPSHOT SUCCESS [  1.367 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine.ui 4.0.0-SNAPSHOT SUCCESS [  1.860 s]
[INFO] org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.root 3.3.0-SNAPSHOT SUCCESS [  0.126 s]
[INFO] org.eclipse.gemoc.modeldebugging.protocols.engine_addon_protocol.plugins 4.0.0-SNAPSHOT SUCCESS [  0.129 s]
[INFO] [bundle] org.eclipse.gemoc.protocols.eaop.api 2.3.0-SNAPSHOT SUCCESS [  1.184 s]
[INFO] [bundle] GEMOC Websocket Server 1.0.0-SNAPSHOT ..... SUCCESS [  1.336 s]
[INFO] [bundle] GEMOC Addon-based EAOP Server 1.0.0-SNAPSHOT SUCCESS [  1.249 s]
[INFO] org.eclipse.gemoc.gemoc_studio.headless.feature 3.6.1-SNAPSHOT SUCCESS [  0.813 s]
[INFO] org.eclipse.gemoc.trace.manager.root 3.0.1-SNAPSHOT  SUCCESS [  0.127 s]
[INFO] org.eclipse.gemoc.trace.manager.plugins 3.0.1-SNAPSHOT SUCCESS [  0.144 s]
[INFO] [bundle] GEMOC Diffviewer Addon 3.0.1-SNAPSHOT ..... SUCCESS [  1.423 s]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.root 3.6.1-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljavaengine.plugins 3.6.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] [bundle] GEMOC ccsljavaengine extension for K3 runtime data helper 2.3.0-SNAPSHOT SUCCESS [  0.294 s]
[INFO] org.eclipse.gemoc.concurrent.root 3.6.1-SNAPSHOT ... SUCCESS [  0.003 s]
[INFO] Event Constraint Language 1.0.0-SNAPSHOT ........... SUCCESS [  4.249 s]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model 1.0.0-SNAPSHOT SUCCESS [  2.526 s]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.plugins 3.6.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] [bundle] CCSLJavaXDSML API 2.3.0-SNAPSHOT .......... SUCCESS [  1.418 s]
[INFO] [bundle] GEMOC ExecutionEngineTrace Model 2.3.0-SNAPSHOT SUCCESS [  0.309 s]
[INFO] [bundle] GEMOC ccsljavaengine extension for K3 2.3.0-SNAPSHOT SUCCESS [  1.171 s]
[INFO] org.eclipse.gemoc.moccml.mapping 1.0.0-SNAPSHOT .... SUCCESS [  1.649 s]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.testscenariolang.plugins 3.6.1-SNAPSHOT SUCCESS [  0.006 s]
[INFO] [bundle] Test Scenario Lnag 2.3.0-SNAPSHOT ......... SUCCESS [  0.341 s]
[INFO] [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext 2.3.0-SNAPSHOT SUCCESS [  0.896 s]
[INFO] [bundle] org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.xtext.ui 2.3.0-SNAPSHOT SUCCESS [  1.286 s]
[INFO] [bundle] CCSLJavaxdsml Utils 2.3.0-SNAPSHOT ........ SUCCESS [  0.840 s]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc.concurrent 0.1.0-SNAPSHOT SUCCESS [  0.580 s]
[INFO] [bundle] GEMOC CCSLJava Engine 2.3.0-SNAPSHOT ...... SUCCESS [  2.491 s]
[INFO] [bundle] StimuliScenario Model 2.3.0-SNAPSHOT ...... SUCCESS [  0.250 s]
[INFO] [bundle] Gemoc Concurrent Executable Modeling Workbench UI 2.3.0-SNAPSHOT SUCCESS [  2.922 s]
[INFO] [bundle] GEMOC Event Scheduling Timeline Addon 2.3.0-SNAPSHOT SUCCESS [  1.434 s]
[INFO] [bundle] GEMOC MultiDimensional Timeline Addon 3.0.1-SNAPSHOT SUCCESS [  1.608 s]
[INFO] [bundle] GEMOC StateGraph Addon 3.0.1-SNAPSHOT ..... SUCCESS [  0.950 s]
[INFO] org.eclipse.gemoc.concurrent_addons.plugins 3.6.1-SNAPSHOT SUCCESS [  0.004 s]
[INFO] [bundle] Timesquare VCD Generation addon for GEMOC 2.3.0-SNAPSHOT SUCCESS [  1.123 s]
[INFO] [bundle] GEMOC ALE Engine UI 1.1.0-SNAPSHOT ........ SUCCESS [  1.254 s]
[INFO] org.eclipse.gemoc.ale.language.sample.deployer 1.1.0-SNAPSHOT SUCCESS [  0.559 s]
[INFO] [bundle] AleApproach 1.1.0-SNAPSHOT ................ SUCCESS [  0.762 s]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.releng 1.1.0-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.feature 1.1.0-SNAPSHOT SUCCESS [  0.259 s]
[INFO] org.eclipse.gemoc.groovy 2.4.9-SNAPSHOT ............ SUCCESS [  1.980 s]
[INFO] org.eclipse.gemoc.commons.releng.root 3.6.1-SNAPSHOT SUCCESS [  0.126 s]
[INFO] [feature] GEMOC Commons 3rd party 3.3.0-SNAPSHOT ... SUCCESS [  0.189 s]
[INFO] [bundle] GEMOC Commons Eclipse JDT 3.3.0-SNAPSHOT .. SUCCESS [  0.482 s]
[INFO] [feature] GEMOC Eclipse Commons 3.3.0-SNAPSHOT ..... SUCCESS [  0.377 s]
[INFO] [bundle] AutoSrcFolder 3.3.0-SNAPSHOT .............. SUCCESS [  0.420 s]
[INFO] [feature] GEMOC Automatic JDT Source Folder Creator 3.3.0-SNAPSHOT SUCCESS [  0.178 s]
[INFO] [feature] GEMOC DSL file editor 3.3.0-SNAPSHOT ..... SUCCESS [  0.451 s]
[INFO] org.eclipse.gemoc.gexpressions.plugins 3.6.1-SNAPSHOT SUCCESS [  0.183 s]
[INFO] [bundle] GExpressions Abstract Syntax 3.3.0-SNAPSHOT SUCCESS [  0.704 s]
[INFO] [bundle] Gexpressions Edit Support 3.3.0-SNAPSHOT .. SUCCESS [  0.497 s]
[INFO] [bundle] Gexpressions Editor 3.3.0-SNAPSHOT ........ SUCCESS [  0.603 s]
[INFO] [bundle] org.eclipse.gemoc.gexpressions.xtext 3.3.0-SNAPSHOT SUCCESS [  0.876 s]
[INFO] [bundle] org.eclipse.gemoc.gexpressions.xtext.ui 3.3.0-SNAPSHOT SUCCESS [  1.157 s]
[INFO] [feature] GExpressions Feature 3.3.0-SNAPSHOT ...... SUCCESS [  0.215 s]
[INFO] [feature] GEMOC Commons 3.6.1-SNAPSHOT ............. SUCCESS [  0.449 s]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root 3.6.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] [feature] GEMOC Concurrent Addons and Views 3.6.1-SNAPSHOT SUCCESS [  0.332 s]
[INFO] org.eclipse.gemoc.simulationmodelanimation.features 3.0.1-SNAPSHOT SUCCESS [  0.002 s]
[INFO] [feature] DSL Debugger Feature 3.0.1-SNAPSHOT ...... SUCCESS [  0.063 s]
[INFO] [feature] DSL Debugger Sirius UI Feature 3.0.1-SNAPSHOT SUCCESS [  0.224 s]
[INFO] [feature] DSL Debugger UI Feature 3.0.1-SNAPSHOT ... SUCCESS [  0.055 s]
[INFO] [feature] GEMOC ExecutionALE 3.6.1-SNAPSHOT ........ SUCCESS [  0.313 s]
[INFO] [bundle] GEMOC extension for TimeSquare 2.3.0-SNAPSHOT SUCCESS [  1.525 s]
[INFO] [feature] GEMOC Execution Engine CCSL Java Runtime 3.6.1-SNAPSHOT SUCCESS [  0.312 s]
[INFO] [feature] GEMOC Execution Engine CCSL Java Runtime UI 3.6.1-SNAPSHOT SUCCESS [  0.280 s]
[INFO] [bundle] ExecutionFramework Language Workbench UI 4.0.0-SNAPSHOT SUCCESS [  1.658 s]
[INFO] [bundle] Base Model 3.0.1-SNAPSHOT ................. SUCCESS [  2.270 s]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc.generator 3.0.1-SNAPSHOT SUCCESS [  2.932 s]
[INFO] org.eclipse.gemoc.xdsmlframework.tests.plugins 4.0.0-SNAPSHOT SUCCESS [  0.134 s]
[INFO] [bundle] xdsmlframework Test library 4.0.0-SNAPSHOT  SUCCESS [  3.466 s]
[INFO] org.eclipse.gemoc.xdsmlframework.feature 4.0.0-SNAPSHOT SUCCESS [  0.291 s]
[INFO] org.eclipse.gemoc.modeldebugging.framework.commons.releng.root 4.0.0-SNAPSHOT SUCCESS [  0.128 s]
[INFO] [feature] ModelDebugging framework commons 4.0.0-SNAPSHOT SUCCESS [  0.209 s]
[INFO] org.eclipse.gemoc.moccml.mapping.xtext 1.0.0-SNAPSHOT SUCCESS [  4.703 s]
[INFO] org.eclipse.gemoc.moccml.mapping.ecltoqvto 1.0.0-SNAPSHOT SUCCESS [  3.478 s]
[INFO] [bundle] GEMOC xDSML Framework Commons UI for K3 4.0.0-SNAPSHOT SUCCESS [  2.280 s]
[INFO] [bundle] GEMOC MoCCML Language Workbench UI 2.3.0-SNAPSHOT SUCCESS [  2.076 s]
[INFO] [bundle] GEMOC XDSMLFramework extensions for Kermeta3 4.0.0-SNAPSHOT SUCCESS [  0.338 s]
[INFO] [bundle] MOCCMLApproach 2.3.0-SNAPSHOT ............. SUCCESS [  0.523 s]
[INFO] [feature] GEMOC Execution Engine CCSL Java 3.6.1-SNAPSHOT SUCCESS [  0.836 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine.feature 4.0.0-SNAPSHOT SUCCESS [  0.361 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaengine.ui.feature 4.0.0-SNAPSHOT SUCCESS [  0.308 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui 4.0.0-SNAPSHOT SUCCESS [  1.649 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog 4.0.0-SNAPSHOT SUCCESS [  0.356 s]
[INFO] org.eclipse.gemoc.execution.sequential.javaxdsml.feature 4.0.0-SNAPSHOT SUCCESS [  0.279 s]
[INFO] [feature] GEMOC ExecutionJava 3.6.1-SNAPSHOT ....... SUCCESS [  0.287 s]
[INFO] org.eclipse.gemoc.execution.moccml.example.deployer 3.6.1-SNAPSHOT SUCCESS [  2.275 s]
[INFO] [feature] GEMOC ExecutionMOCCML 3.6.1-SNAPSHOT ..... SUCCESS [  0.483 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Edit Support 1.0.0-SNAPSHOT SUCCESS [  0.562 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface Editor 1.0.0-SNAPSHOT SUCCESS [  1.009 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ide 1.0.0-SNAPSHOT SUCCESS [  0.521 s]
[INFO] [bundle] org.eclipse.gemoc.executionframework.behavioralinterface.ui 1.0.0-SNAPSHOT SUCCESS [  0.998 s]
[INFO] [bundle] Eventmanager 4.0.0-SNAPSHOT ............... SUCCESS [  0.794 s]
[INFO] org.eclipse.gemoc.executionframework.feature 4.0.0-SNAPSHOT SUCCESS [  0.569 s]
[INFO] [bundle] GEMOC Generic Trace Model Edit Support 1.0.0-SNAPSHOT SUCCESS [  1.504 s]
[INFO] [feature] Domain Specific Trace Commons 3.0.1-SNAPSHOT SUCCESS [  0.206 s]
[INFO] [bundle] Tracingannotations Model 3.0.1-SNAPSHOT ... SUCCESS [  0.280 s]
[INFO] [bundle] org.eclipse.gemoc.trace.gemoc.ui 3.0.1-SNAPSHOT SUCCESS [  1.522 s]
[INFO] org.eclipse.gemoc.trace.generator.features 3.0.1-SNAPSHOT SUCCESS [  0.127 s]
[INFO] [feature] Domain Specific Trace Metamodel Generator SDK 3.0.1-SNAPSHOT SUCCESS [  0.274 s]
[INFO] org.eclipse.gemoc.trace.manager.features 3.0.1-SNAPSHOT SUCCESS [  0.125 s]
[INFO] [feature] Domain Specific Trace Metamodel Manager SDK 3.0.1-SNAPSHOT SUCCESS [  0.359 s]
[INFO] [bundle] GEMOC Operational Semantics View K3 Generator 4.0.0-SNAPSHOT SUCCESS [  1.800 s]
[INFO] [feature] ModelDebugging framework commons for k3 4.0.0-SNAPSHOT SUCCESS [  0.251 s]
[INFO] org.eclipse.gemoc.modeldebugging.releng.root 3.3.0-SNAPSHOT SUCCESS [  0.132 s]
[INFO] [feature] GEMOC ModelDebugging 3.6.1-SNAPSHOT ...... SUCCESS [  0.715 s]
[INFO] org.eclipse.gemoc.mocc.root 0.1.1-SNAPSHOT ......... SUCCESS [  0.002 s]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model 0.1.1-SNAPSHOT SUCCESS [  0.397 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model 0.1.1-SNAPSHOT SUCCESS [  0.198 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine 0.1.1-SNAPSHOT SUCCESS [  0.321 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature 0.1.1-SNAPSHOT SUCCESS [  0.039 s]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl 0.1.1-SNAPSHOT SUCCESS [  3.478 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl 0.1.1-SNAPSHOT SUCCESS [  3.184 s]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui 0.1.1-SNAPSHOT SUCCESS [  1.827 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui 0.1.1-SNAPSHOT SUCCESS [  2.234 s]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design 0.1.1-SNAPSHOT SUCCESS [  1.138 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design 0.1.1-SNAPSHOT SUCCESS [  1.002 s]
[INFO] org.eclipse.gemoc.moccml.constraint.core.feature 0.1.1-SNAPSHOT SUCCESS [  0.077 s]
[INFO] org.eclipse.gemoc.moccml.constraint.graphical.editors.feature 0.1.1-SNAPSHOT SUCCESS [  0.058 s]
[INFO] org.eclipse.gemoc.moccml.constraint.text.editors.feature 0.1.1-SNAPSHOT SUCCESS [  0.059 s]
[INFO] org.eclipse.gemoc.moccml.constraint.feature 0.1.1-SNAPSHOT SUCCESS [  0.076 s]
[INFO] org.eclipse.gemoc.moccml.mapping.xtext.ui 1.0.0-SNAPSHOT SUCCESS [  4.172 s]
[INFO] org.eclipse.gemoc.moccml.mapping.editor.feature 1.0.0-SNAPSHOT SUCCESS [  0.108 s]
[INFO] org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui 1.0.0-SNAPSHOT SUCCESS [  0.618 s]
[INFO] org.eclipse.gemoc.moccml.mapping.qvto.helper 1.0.0-SNAPSHOT SUCCESS [  0.544 s]
[INFO] org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui 1.0.0-SNAPSHOT SUCCESS [  0.682 s]
[INFO] org.eclipse.gemoc.moccml.mapping.transfos.feature 1.0.0-SNAPSHOT SUCCESS [  0.205 s]
[INFO] org.eclipse.gemoc.moccml.mapping.feature 1.0.0-SNAPSHOT SUCCESS [  0.314 s]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model.edit 1.0.0-SNAPSHOT SUCCESS [  0.313 s]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model.editor 1.0.0-SNAPSHOT SUCCESS [  0.674 s]
[INFO] org.eclipse.gemoc.moccml.mapping.feedback.model.feature 1.0.0-SNAPSHOT SUCCESS [  0.080 s]
[INFO] org.eclipse.gemoc.execution.concurrent.ccsljava.releng.root 3.6.1-SNAPSHOT SUCCESS [  0.005 s]
[INFO] [feature] GEMOC MOCCML 3.6.1-SNAPSHOT .............. SUCCESS [  0.218 s]
[INFO] org.eclipse.gemoc.gemoc_studio.branding.feature 3.6.1-SNAPSHOT SUCCESS [  7.399 s]
[INFO] org.eclipse.gemoc.gemoc_studio.additions.feature 3.6.1-SNAPSHOT SUCCESS [  3.815 s]
[INFO] org.eclipse.gemoc.gemoc_studio.updatesite 3.6.1-SNAPSHOT SUCCESS [10:07 min]
[INFO] org.eclipse.gemoc.gemoc_studio.targetplatform 3.6.1-SNAPSHOT SUCCESS [  0.168 s]
[INFO] org.eclipse.gemoc.example.k3fsm.lwb.bundles 3.6.1-SNAPSHOT SUCCESS [  0.123 s]
[INFO] [bundle] K3fsm Model 0.1.0-SNAPSHOT ................ SUCCESS [  5.659 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.design 1.0.0-SNAPSHOT SUCCESS [  2.541 s]
[INFO] [bundle] K3fsm Model Edit Support 1.0.0-SNAPSHOT ... SUCCESS [  1.058 s]
[INFO] [bundle] K3fsm Model Editor 1.0.0-SNAPSHOT ......... SUCCESS [  0.702 s]
[INFO] [bundle] K3FSM Behavioral Interface 1.0.0-SNAPSHOT . SUCCESS [  0.772 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.k3dsa 1.0.0 SUCCESS [  0.569 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.event.xdsml 1.0.0 SUCCESS [  0.663 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xdsml 1.0.0 SUCCESS [  0.854 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xtext 1.0.0-SNAPSHOT SUCCESS [  0.945 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ide 1.0.0-SNAPSHOT SUCCESS [  0.569 s]
[INFO] [bundle] org.eclipse.gemoc.example.k3fsm.xtext.ui 1.0.0-SNAPSHOT SUCCESS [  0.947 s]
[INFO] org.eclipse.gemoc.studio.tests.logging.config 3.6.1-SNAPSHOT SUCCESS [  0.326 s]
[INFO] org.eclipse.gemoc.dsl.tests 3.6.1-SNAPSHOT ......... SUCCESS [  4.103 s]
[INFO] org.eclipse.gemoc.dsl.debug.tests 3.0.1-SNAPSHOT ... SUCCESS [  2.362 s]
[INFO] [bundle] GEMOC Execution Framework Value Model Edit Support 1.0.0-SNAPSHOT SUCCESS [  0.340 s]
[INFO] [bundle] GEMOC Execution Framework Value Model Editor 1.0.0-SNAPSHOT SUCCESS [  0.570 s]
[INFO] org.eclipse.gemoc.ale.interpreted.engine.updatesite 1.1.0-SNAPSHOT SUCCESS [  1.515 s]
[INFO] org.eclipse.gemoc.moccml.mapping.license.feature 1.0.0-SNAPSHOT SUCCESS [  0.089 s]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.edit 0.1.1-SNAPSHOT SUCCESS [  0.572 s]
[INFO] org.eclipse.gemoc.moccml.constraint.fsmkernel.model.editor 0.1.1-SNAPSHOT SUCCESS [  0.643 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.edit 0.1.1-SNAPSHOT SUCCESS [  0.231 s]
[INFO] org.eclipse.gemoc.moccml.constraint.ccslmocc.model.editor 0.1.1-SNAPSHOT SUCCESS [  0.456 s]
[INFO] Full tycho build 3.6.1-SNAPSHOT .................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19:46 min
[INFO] Finished at: 2023-10-18T14:53:26Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tycho System test)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/tycho_full_compilation
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[tycho_full_compilation] $ Xvnc -help
Starting xvnc
[tycho_full_compilation] $ Xvnc :69 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000, The X.Org Foundation


Wed Oct 18 14:54:25 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5969
 vncext:      created VNC server for screen 0
[Pipeline] sh
Failed to create /home/jenkins/.cache/mesa_shader_cache for shader cache (Permission denied)---disabling.
+ printenv
JENKINS_UI_SERVICE_PORT=80
BRANCH_NAME=master
GIT_COMMIT=3dbaa4ae3157e8bc8e71ea180037d978be3f0714
RUN_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect
JAVAFX_HOME=/usr/share/javafx-sdk-17.0.2
GITLAB_OBJECT_KIND=none
JENKINS_URL=https://ci.eclipse.org/gemoc/
M2_HOME=/opt/tools/apache-maven/3.8.6
EXECUTOR_NUMBER=0
STUDIO_VARIANT=https://ci.eclipse.org/gemoc/
JENKINS_DISCOVERY_SERVICE_PORT=50000
DOWNLOAD_FOLDER=/home/data/httpd/download.eclipse.org/gemoc
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
_=/usr/bin/printenv
LANG=en_US.UTF-8
BUILD_ID=512
DISPLAY=:69
HOSTNAME=gemoc-buildpod-dhs5d-jjfvz
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect?page=changes
MAVEN_HOME=/opt/tools/apache-maven/3.8.6
BRANCH_IS_PRIMARY=true
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
JENKINS_NODE_COOKIE=5ecd59f5-1c27-4e7b-9ca0-2efe54c2cb60
USER_NAME=jenkins
JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
JOB_BASE_NAME=master
WORKSPACE_TMP=/home/jenkins/agent/workspace/gemoc-studio-integration_master@tmp
JENKINS_TUNNEL=jenkins-discovery.gemoc.svc.cluster.local:50000
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
GIT_URL=https://github.com/gemoc/gemoc-studio-eclipse-integration.git
HUDSON_COOKIE=5344b86c-9fe2-44d4-841f-3e7f7b18dc21
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
BUILD_NUMBER=512
JENKINS_UI_SERVICE_PORT_HTTP=80
JENKINS_UI_PORT_80_TCP_ADDR=10.30.6.3
KUBERNETES_PORT=tcp://10.30.0.1:443
WORKSPACE=/home/jenkins/agent/workspace/gemoc-studio-integration_master
PWD=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/tycho_full_compilation
HUDSON_URL=https://ci.eclipse.org/gemoc/
HOME=/home/jenkins
NODE_NAME=gemoc-buildpod-dhs5d-jjfvz
JENKINS_AGENT_NAME=gemoc-buildpod-dhs5d-jjfvz
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.112.195:50000
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
HUDSON_SERVER_COOKIE=1b6a9af5844c0719
JENKINS_HOME=/var/jenkins
JENKINS_UI_PORT=tcp://10.30.6.3:80
JOB_NAME=gemoc-studio-integration/master
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect?page=tests
JENKINS_SECRET=****
KUBERNETES_SERVICE_PORT_HTTPS=443
KUBERNETES_PORT_443_TCP_PORT=443
GIT_PREVIOUS_COMMIT=5993bfbf66e5ec5eaed80ba824c31e894b0b3ee7
HUDSON_HOME=/var/jenkins
JOB_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/display/redirect
STORAGE_SERVER=genie.gemoc@projects-storage.eclipse.org
JENKINS_NAME=gemoc-buildpod-dhs5d-jjfvz
BRANCH_VARIANT=master
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/display/redirect?page=artifacts
JENKINS_DISCOVERY_SERVICE_HOST=10.30.112.195
JENKINS_DISCOVERY_PORT=tcp://10.30.112.195:50000
BUILD_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/512/
TERM=xterm
STAGE_NAME=Tycho System test
JOB_URL=https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/job/master/
BUILD_DISPLAY_NAME=#512
NSS_SDB_USE_CACHE=no
JENKINS_UI_PORT_80_TCP_PORT=80
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.112.195
SHLVL=2
GIT_BRANCH=master
BUILD_TAG=jenkins-gemoc-studio-integration-master-512
KUBERNETES_SERVICE_PORT=443
MAVEN_OPTS=-Xmx1200m  -XshowSettings:vm
NODE_LABELS=gemoc-buildpod gemoc-buildpod-dhs5d-jjfvz
JENKINS_UI_SERVICE_HOST=10.30.6.3
XAUTHORITY=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/dev_support/tycho_full_compilation/.Xauthority-6006349198343876951
PATH=/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/3.8.6/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/opt/tools/apache-maven/3.8.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
GIT_PREVIOUS_SUCCESSFUL_COMMIT=7900a2d40dc49ac1d1c29ac32b74d6abf6511b8d
KUBERNETES_SERVICE_HOST=10.30.0.1
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_SERVER_COOKIE=durable-45b5e260b3a2882db0c158835bf7d393fa0d3c5d8d0a984d606228e45fbfc731
JENKINS_UI_PORT_80_TCP=tcp://10.30.6.3:80
[Pipeline] sh
+ touch /tmp/stop-ffmpeg
[Pipeline] sh
+ mkdir -p target
[Pipeline] sh
+ date --rfc-3339=s
[Pipeline] sh
+ ffmpeg -f x11grab -video_size 1024x768 -i :69 -vcodec libx264 -tune stillimage -crf 23 -r 12 -pix_fmt yuv420p target/system_test.mp4
[Pipeline] sh
+ timeout -s KILL 60m mvn -Dmaven.test.failure.ignore -Dstudio.variant=https://ci.eclipse.org/gemoc/ -Dbranch.variant=master --projects ../../gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb,../../gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.mwb,../../gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform verify --errors --show-version --batch-mode
+ python3 /home/jenkins/memory-monitor-per-process.py
VM settings:
    Max. Heap Size: 1.17G
    Using VM: OpenJDK 64-Bit Server VM

Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[WARNING] Could not transfer metadata org.bouncycastle:bcpg-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcpg-jdk18on/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.osgi:org.osgi.service.prefs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] Could not transfer metadata org.tukaani:xz/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/tukaani/xz/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] Could not transfer metadata org.ow2.sat4j:org.ow2.sat4j.pb/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.engine/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[WARNING] Could not transfer metadata org.bouncycastle:bcprov-jdk18on/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.frameworkadmin/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.p2.repository/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.security/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/gemoc_studio.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5d309ccf...
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.websocket, ArtifactId = websocket-javax-server, Version = 10.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-javax-websocket-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mapstruct, ArtifactId = mapstruct, Version = 1.4.2.Final, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile, test], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] org.eclipse.jetty.toolchain:jetty-test-helper:5.5 is wrapped as a bundle with bundle symbolic name wrapped.org.eclipse.jetty.toolchain.jetty-test-helper
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.eclipse.jetty.toolchain.jetty-test-helper" version=" 5.5" download-size="0" install-size="0" unpack="false"/>
[INFO] org.apiguardian:apiguardian-api:1.1.0 is wrapped as a bundle with bundle symbolic name wrapped.org.apiguardian.apiguardian-api
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apiguardian.apiguardian-api" version=" 1.1.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Adding repository https://www.kermeta.org/k3/update_2023-10-11
[INFO] Adding repository http://melange.inria.fr/updatesite/nightly/update_2023-08-18
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.system.lwb:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.language.metaprogramming.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.feature.jar/3.0.1.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.win32.win32.x86_64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.executionframework.event.manager.source/4.0.0.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.multidimensional.timeline.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.addon.eaop.server.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.editor.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.source/3.0.1.202310181433
[WARNING]   gemoc_studio.executable.gtk.linux.x86_64.GemocStudio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.extensions.sirius.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.generator/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.feature.group/3.6.1.202310181433
[WARNING]   org.jaxen/1.1.6.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext.source/1.0.0.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.annotations.source/3.0.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.stategraph/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.diffviewer.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.extensions.sirius.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.model/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.edit.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.source.feature.group/1.0.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare.source/2.3.0.202310181433
[WARNING]   org.jdom2/2.0.6.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.editor.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.feature.group/1.0.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger/4.0.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.source.feature.group/3.6.1.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.editor/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.diffviewer/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.ini.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   gemoc_studio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.source/0.1.1.202310181433
[WARNING]   toolinggemoc_studio.config.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.ui.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.annotations/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.edit.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.source.feature.group/4.0.0.202310181433
[WARNING]   toolinggemoc_studio.application/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.edit/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.sequential.samples.deployers.feature.feature.jar/3.1.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.sirius.ui.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.api/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.xtext.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.feature.jar/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model.edit.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0.202310181433
[WARNING]   org.jaxen.source/1.1.6.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.utils.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.ui.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.utils/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.language.sample.deployer.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.example.deployer.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.concurrent.source/0.1.0.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.cocoa.macosx.aarch64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.stategraph.source/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.executable.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto.helper.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.additions.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ide.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.generator.source/3.0.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.language_workbench.documentation.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.feature.jar/0.1.1.202310181433
[WARNING]   toolinggemoc_studio.config.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.studio.tests.logging.config/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.ini.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.feature.jar/3.6.1.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.protocols.eaop.api.source/2.3.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.feature.group/3.3.0.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ui.utils.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.groovy/2.4.9.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ide.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.feature.jar/3.6.1.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.x86_64.GemocStudio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.test.lib.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.ui.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.ini.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.ui/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.source.feature.group/3.3.0.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccmlxdsml.metaprog.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.metamodel.generator.source/3.0.1.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.api/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.manager/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde.ui.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions/3.3.0.202310181433
[WARNING]   gemoc_studio.executable.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.ini.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.source.feature.group/3.6.1.202310181433
[WARNING]   toolingorg.eclipse.configuration-collab/1.0.0
[WARNING]   org.eclipse.gemoc.executionframework.engine.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.edit.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons.ui.k3.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.feature.group/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ui.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext.source/3.3.0.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher/1.6.400.v20210924-0641
[WARNING]   org.eclipse.gemoc.timeline.source/3.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding.feature_root/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.api.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0.202310181433
[WARNING]   toolingorg.eclipse.configuration.macosx-collab/1.0.0
[WARNING]   org.eclipse.gemoc.ale.language.metaprogramming/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext.ui.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.source.feature.group/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.api.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.ws.server/1.0.0.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.aarch64.GemocStudio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.feature.group/0.1.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.timeline/3.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.source.feature.group/0.1.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger.ui.source/4.0.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.api.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.source.feature.group/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.executable.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ide/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0.202310181433
[WARNING]   gemoc_studio.executable.win32.win32.x86_64.GemocStudio/3.6.1.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.sequential.samples.deployers.feature.feature.group/3.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ide.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.headless/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.edit/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.vcdgenerator/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.groovy.source/2.4.9.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0.202310181433
[WARNING]   tooling.org.eclipse.update.feature.default/1.0.0
[WARNING]   toolinggemoc_studio.executable.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.eventscheduling.timeline.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.xtext/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen.k3.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.source.feature.jar/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.feature.group/0.1.1.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.config.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.reflectivetrace.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding.feature.feature.group/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.executable.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.language_workbench.documentation/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.configuration/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.vcdgenerator.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.additions.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.protocols.eaop.api/2.3.0.202310181433
[WARNING]   tooling.source.default/1.0.0
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.feature.group/3.6.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ws.server.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.value.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.editor.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui.source/1.0.0.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.metamodel.generator/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0.202310181433
[WARNING]   tooling.osgi.bundle.default/1.0.0
[WARNING]   org.eclipse.gemoc.trace.gemoc/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.feature.jar/1.0.0.202310181433
[WARNING]   toolinggemoc_studio.config.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0.202310181433
[WARNING]   org.jdom2.source/2.0.6.202310181433
[WARNING]   org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.edit.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.language.sample.deployer/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate.source/2.3.0.202310181433
[WARNING]   toolingorg.eclipse.configuration.macosx.x86_64-collab/1.0.0
[WARNING]   gemoc_studio.executable.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding.feature.feature.jar/3.6.1.202310181433
[WARNING] Bundle-ClassPath entry bin/ does not exist in /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin/ does not exist in /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin/ does not exist in /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT.jar
[INFO] Resolving dependencies of MavenProject: org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.system.mwb:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.mwb/pom.xml
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.eclipse.gemoc.execution.moccml.testscenariolang.xtext/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.language.metaprogramming.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.feature.jar/3.0.1.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.win32.win32.x86_64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.executionframework.event.manager.source/4.0.0.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.ui/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccmlxdsml.metaprog/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.multidimensional.timeline.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.eventscheduling.timeline/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.addon.eaop.server.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons.ui.k3/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.editor.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.source/3.0.1.202310181433
[WARNING]   gemoc_studio.executable.gtk.linux.x86_64.GemocStudio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.editor/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.extensions.sirius.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.generator/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.feature.group/3.6.1.202310181433
[WARNING]   org.jaxen/1.1.6.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext.source/1.0.0.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.annotations.source/3.0.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.stategraph/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.diffviewer.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.extensions.sirius.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.model/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.edit.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.k3dsa/1.0.0
[WARNING]   toolingwin32.win32.x86_64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare.source/2.3.0.202310181433
[WARNING]   org.jdom2/2.0.6.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.editor.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.feature.group/1.0.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger/4.0.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.source.feature.group/3.6.1.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.editor/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.diffviewer/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.timesquare/2.3.0.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.ini.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   gemoc_studio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.ui/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.source/0.1.1.202310181433
[WARNING]   toolinggemoc_studio.config.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.reflectivetrace.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.ui.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.annotations/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.edit.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.source.feature.group/4.0.0.202310181433
[WARNING]   toolinggemoc_studio.application/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.edit/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.sequential.samples.deployers.feature.feature.jar/3.1.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.sirius.ui.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.api/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.xtext.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.feature.jar/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model.edit.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto.helper/1.0.0.202310181433
[WARNING]   org.jaxen.source/1.1.6.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.utils.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.ui.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.utils/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.language.sample.deployer.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.example.deployer.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.concurrent.source/0.1.0.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.cocoa.macosx.aarch64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.stategraph.source/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.executable.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.xtext/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.xtext.ide/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.java.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto.helper.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.additions.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ide.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.sequential.language.wb.sample.deployer/3.1.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.xdsml/1.0.0
[WARNING]   org.eclipse.gemoc.trace.gemoc.generator.source/3.0.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.editor/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.language_workbench.documentation.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.feature.jar/0.1.1.202310181433
[WARNING]   toolinggemoc_studio.config.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.simpleconfigurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.studio.tests.logging.config/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.ini.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.feature.jar/3.6.1.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64/1.2.700.v20221108-1024
[WARNING]   org.eclipse.gemoc.execution.moccml.example.deployer/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.protocols.eaop.api.source/2.3.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.sirius.ui/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.design/0.1.1.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.feature.group/3.3.0.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ui.utils.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.groovy/2.4.9.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ide.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.source.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.feature.jar/3.6.1.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.x86_64.GemocStudio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.utils/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.test.lib.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.ui.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.ini.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.ui/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.source.feature.group/3.3.0.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccmlxdsml.metaprog.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccsl.solver.extension.automata.feature.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.metamodel.generator.source/3.0.1.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.api/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde.ui/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.manager/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde.ui.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.extensions.sirius/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ui.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm/0.1.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.api/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions/3.3.0.202310181433
[WARNING]   gemoc_studio.executable.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.ini.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.manager.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.feature.source.feature.group/3.6.1.202310181433
[WARNING]   toolingorg.eclipse.configuration-collab/1.0.0
[WARNING]   org.eclipse.gemoc.executionframework.engine.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.edit.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.testscenariolang.model/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.commons.ui.k3.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ide.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.feature.group/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.source.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.source.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ui.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.concurrent/0.1.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext.source/3.3.0.202310181433
[WARNING]   toolingorg.eclipse.equinox.launcher/1.6.400.v20210924-0641
[WARNING]   org.eclipse.gemoc.timeline.source/3.0.0.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.design/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding.feature_root/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.source.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.gemoc.api.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.addon.eaop.server/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.sequential.modeling.wb.sample.deployer/3.1.0.202310181433
[WARNING]   toolingorg.eclipse.configuration.macosx-collab/1.0.0
[WARNING]   org.eclipse.gemoc.ale.language.metaprogramming/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext.ui.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.pde.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.feature.group/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.source.feature.group/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.xtext/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.3rdparty.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.api.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.ws.server/1.0.0.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.aarch64.GemocStudio/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.design/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.feature.group/0.1.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.apache.felix.scr/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.timeline/3.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.source.feature.group/0.1.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.p2.reconciler.dropins/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslkernel.solver.extension.statemachine.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger.ui.source/4.0.0.202310181433
[WARNING]   toolinggtk.linux.x86_64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.api.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.sirius.ui.feature.source.feature.group/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.executable.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ide/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.editor/1.0.0.202310181433
[WARNING]   gemoc_studio.executable.win32.win32.x86_64.GemocStudio/3.6.1.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.equinox.common/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.example.k3fsm.xtext.ui/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feature.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.sequential.samples.deployers.feature.feature.group/3.1.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.feature.source.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.concurrent_addons.feature.source.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.messagingsystem.ui/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ide.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.source/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.headless/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.edit/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.debugger.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.engine.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.addon.vcdgenerator/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.ide.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.source/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.core.feature.feature.group/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.groovy.source/2.4.9.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen.k3/4.0.0.202310181433
[WARNING]   tooling.org.eclipse.update.feature.default/1.0.0
[WARNING]   toolinggemoc_studio.executable.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.feature.group/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.eventscheduling.timeline.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.xtext/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen.k3.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.interpreted.engine.feature.source.feature.jar/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.editor.feature.feature.jar/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.graphical.editors.feature.feature.group/0.1.1.202310181433
[WARNING]   toolingwin32.win32.x86_64org.eclipse.update.configurator/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.debug/3.0.1.202310181433
[WARNING]   toolinggemoc_studio.config.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.reflectivetrace.model.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding.feature.feature.group/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.executable.gtk.linux.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.fsmkernel.model.xtext.fsmdsl.ui.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.framework.commons.k3.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.language_workbench.documentation/3.6.1.202310181433
[WARNING]   toolinggemoc_studio.configuration/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.ui.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.ui.utils/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.qvto2ccsl.ui.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.addon.vcdgenerator.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.additions.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.protocols.eaop.api/2.3.0.202310181433
[WARNING]   tooling.source.default/1.0.0
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.source.feature.jar/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.source.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.feature.feature.group/3.6.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.stimuli_scenario.model/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.xtext/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.source.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.behavioralinterface.ide/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ws.server.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.mse.model/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model.edit/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaengine.ui.feature.source.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.event.ui/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.source/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.opsemanticsview.gen/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.value.model/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.editor.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui/0.1.1.202310181433
[WARNING]   toolingcocoa.macosx.x86_64org.eclipse.equinox.event/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.ale.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.generator.feature.feature.jar/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.ecltoqvto.ui.source/1.0.0.202310181433
[WARNING]   gemoc_studio.executable.cocoa.macosx.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.commons.model.source/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.trace.metamodel.generator/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.test.lib/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.ui/2.3.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.extensions.kermeta3/4.0.0.202310181433
[WARNING]   tooling.osgi.bundle.default/1.0.0
[WARNING]   org.eclipse.gemoc.trace.gemoc/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.feature.feature.jar/1.0.0.202310181433
[WARNING]   toolinggemoc_studio.config.cocoa.macosx.aarch64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.ccslmocc.model.xtext.mocdsl.ui.source/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.modeldebugging.feature.feature.group/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.testscenariolang.xtext.ui/2.3.0.202310181433
[WARNING]   org.jdom2.source/2.0.6.202310181433
[WARNING]   org.eclipse.gemoc.addon.multidimensional.timeline/3.0.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui.source/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.text.editors.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.constraint.feature.feature.jar/0.1.1.202310181433
[WARNING]   org.eclipse.gemoc.commons.eclipse.jdt.autosrcfolder/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.moccml.feature.source.feature.jar/3.6.1.202310181433
[WARNING]   toolingcocoa.macosx.aarch64org.eclipse.core.runtime/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.dsl.feature.feature.jar/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.gexpressions.edit.source/3.3.0.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.feedback.model.source/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.ale.language.sample.deployer/1.1.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.concurrent.ccsljavaengine.extensions.k3.rtd.modelstate.source/2.3.0.202310181433
[WARNING]   toolingorg.eclipse.configuration.macosx.x86_64-collab/1.0.0
[WARNING]   gemoc_studio.executable.win32.win32.x86_64/3.6.1.202310181433
[WARNING]   org.eclipse.gemoc.moccml.mapping.transfos.feature.source.feature.group/1.0.0.202310181433
[WARNING]   org.eclipse.gemoc.executionframework.extensions.sirius/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.execution.sequential.javaxdsml.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.xdsmlframework.feature.feature.group/4.0.0.202310181433
[WARNING]   org.eclipse.gemoc.gemoc_studio.branding.feature.feature.jar/3.6.1.202310181433
[WARNING] Bundle-ClassPath entry bin/ does not exist in /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.feedback.model/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.feedback.model-1.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin/ does not exist in /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping-1.0.0-SNAPSHOT.jar
[WARNING] Bundle-ClassPath entry bin/ does not exist in /home/jenkins/.m2/repository/org/eclipse/gemoc/moccml/mapping/framework/org.eclipse.gemoc.moccml.mapping.xtext/1.0.0-SNAPSHOT/org.eclipse.gemoc.moccml.mapping.xtext-1.0.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.gemoc.gemoc_studio.targetplatform [eclipse-target-definition]
[INFO] org.eclipse.gemoc.studio.tests.system.lwb          [eclipse-test-plugin]
[INFO] org.eclipse.gemoc.studio.tests.system.mwb          [eclipse-test-plugin]
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.gemoc_studio.targetplatform >--
[INFO] Building org.eclipse.gemoc.gemoc_studio.targetplatform 3.6.1-SNAPSHOT [1/3]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 1.7 kB/s)
[WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/test/java]' does not exist.
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/releng/org.eclipse.gemoc.gemoc_studio.targetplatform/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.gemoc_studio.targetplatform ---
[INFO] 
[INFO] --< org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.system.lwb >--
[INFO] Building org.eclipse.gemoc.studio.tests.system.lwb 3.6.1-SNAPSHOT  [2/3]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] The project's OSGi version is 3.6.1.202310181454
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-id (default-validate-id) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:validate-version (default-validate-version) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Resolving class path of org.eclipse.gemoc.studio.tests.system.lwb...
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.fsm.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.fsm.design.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.fsm.model.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.xsfsm.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/SequentialFSM/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace.zip
    [mkdir] Created dir: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.design.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.edit.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.editor.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.k3dsa.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.xdsml.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.xtext.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.xtext.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/tests-inputs-gen/K3FSM/org.eclipse.gemoc.example.k3fsm.xtext.ui.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:compile (default) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[WARNING] 
WARNING: 	DeployOfficialExampleK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/DeployOfficialExampleK3FSM_Test.xtend
20: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	DeployOfficialExampleK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/DeployOfficialExampleK3FSM_Test.xtend
43: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend
15: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend
58: The value of the field GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.melangeProject is not used
[WARNING] 
WARNING: 	GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend
59: The value of the field GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.melangeProject2 is not used
[WARNING] 
WARNING: 	GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend
87: The method setUp() from the type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend
87: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateLangRuntime4OfficialExampleMelangeK3FSM_Test.xtend
48: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
15: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
56: The value of the field GenerateTrace4OfficialExampleMelangeK3FSM_Test.melangeProject is not used
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
57: The value of the field GenerateTrace4OfficialExampleMelangeK3FSM_Test.melangeProject2 is not used
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
61: The value of the field GenerateTrace4OfficialExampleMelangeK3FSM_Test.MELANGE_FILE is not used
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
62: The value of the field GenerateTrace4OfficialExampleMelangeK3FSM_Test.DSL_FILE is not used
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
64: The value of the field GenerateTrace4OfficialExampleMelangeK3FSM_Test.MELANGE_FILE2 is not used
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
90: The method setUp() from the type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
90: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/GenerateTrace4OfficialExampleMelangeK3FSM_Test.xtend
46: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.xtend
21: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.xtend
109: The value of the local variable projExplorerBot is not used
[WARNING] 
WARNING: 	CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.xtend
50: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	XDSMLPerspective_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/XDSMLPerspective_Test.xtend
21: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	XDSMLPerspective_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/XDSMLPerspective_Test.xtend
44: The public modifier is unnecessary on class XDSMLPerspective_Test
[WARNING] 
WARNING: 	XDSMLPerspective_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/feature/XDSMLPerspective_Test.xtend
44: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	CreateSingleSequentialLanguageFromOfficialFSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateSingleSequentialLanguageFromOfficialFSM_Test.xtend
26: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	CreateSingleSequentialLanguageFromOfficialFSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateSingleSequentialLanguageFromOfficialFSM_Test.xtend
52: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	CreateSequentialLanguageFromOfficialK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateSequentialLanguageFromOfficialK3FSM_Test.xtend
29: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	CreateSequentialLanguageFromOfficialK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/CreateSequentialLanguageFromOfficialK3FSM_Test.xtend
56: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	DeployOfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/DeployOfficialExampleMelangeK3FSM_Test.xtend
20: The type AbstractXtextTests is deprecated
[WARNING] 
WARNING: 	DeployOfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/DeployOfficialExampleMelangeK3FSM_Test.xtend
49: The value of the field DeployOfficialExampleMelangeK3FSM_Test.PROJECT_NAME is not used
[WARNING] 
WARNING: 	DeployOfficialExampleMelangeK3FSM_Test.xtend - /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/org/eclipse/gemoc/studio/tests/system/lwb/userstory/DeployOfficialExampleMelangeK3FSM_Test.xtend
43: The type AbstractXtextTests is deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:3.0.4:compile (default-compile) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-install-debug-info (default) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 15 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:testCompile (default) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.31.0:xtend-test-install-debug-info (default) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:plugin-source (plugin-source) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/org.eclipse.gemoc.studio.tests.system.lwb-3.6.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Building jar: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/org.eclipse.gemoc.studio.tests.system.lwb-3.6.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- tycho-source-plugin:3.0.4:feature-source (feature-source) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] 
[INFO] --- tycho-p2-plugin:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.system.lwb:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.gemoc.gemoc-studio.bundle:org.eclipse.gemoc.studio.tests.system.lwb:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire-plugin:3.0.4:test (default-test) @ org.eclipse.gemoc.studio.tests.system.lwb ---
[INFO] Publishing 2 bundles to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/p2temp/additionalBundles
Generating metadata for ..
Generation completed with success [0 seconds].
[INFO] Installing IUs [org.eclipse.gemoc.studio.tests.system.lwb, org.eclipse.tycho.surefire.osgibooter, org.eclipse.tycho.surefire.junit4, org.eclipse.gemoc.studio.tests.logging.config, gemoc_studio] to /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work
Installing org.eclipse.gemoc.studio.tests.system.lwb 3.6.1.202310181454.
Installing org.eclipse.tycho.surefire.osgibooter 3.0.4.
Installing org.eclipse.tycho.surefire.junit4 3.0.4.
Installing org.eclipse.gemoc.studio.tests.logging.config 3.6.1.202310181433.
Installing gemoc_studio 3.6.1.202310181433.
[WARNING] [770f7ab4-9b01-4bc5-b427-e9aab1503463][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 30901 ms.
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1500m, -Dosgi.clean=true, -DWORKSPACE=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/../../../.., -jar, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data, -install, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work, -configuration, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio, -nouithread]
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Launching application org.eclipse.ui.ide.workbench...
Failed to create /home/jenkins/.cache/mesa_shader_cache for shader cache (Permission denied)---disabling.
Running org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test
PT-3M-58.856S  | Wed Oct 18 14:58:24 UTC 2023 | starting org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test
Workbench is available
[waitForJobs] Updating Maven Dependencies (rule=null)
[waitForJobs] Update package explorer (rule=null)
[waitForJobs] Repository registry initialization (rule=null)
[waitForJobs] Decoration Calculation (rule=null)
[waitForJobs] Building (rule=R/)
[waitForJobs] Update Job (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[WorkspaceTestHelper] Workbench is available
workspace content (/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data)
   /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata
[waitForJobs] Building (rule=R/)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] Building (rule=R/)
[waitForJobs] Java indexing... 21 files to index (/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/plugins/com.google.guava_30.1.0.v20221112-0806.jar) (rule=null)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
0    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
2    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
3    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
4    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
4    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
6    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
6    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
6    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
6    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
7    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
7    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
7    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
7    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
7    [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 2:59:00 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: StateMachineAspect, StateAspect, TransitionAspect
3027 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
3027 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3028 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3028 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3028 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
3028 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3029 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
3029 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3029 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
3030 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
3030 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3030 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3030 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3030 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
3031 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3031 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
3031 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
3031 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 2:59:02 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: StateMachineAspect, StateAspect, TransitionAspect
PT-4M-38.889S  | Wed Oct 18 14:59:04 UTC 2023 |    - test01_OpenXDSMLPerspective
PT-4M-42.268S  | Wed Oct 18 14:59:08 UTC 2023 |    - test02_CreateSequentialMelangeLanguageProject
Warning: NLS missing message: MainPreferencePage_RunAPIAnalysisBuilderAsJob in: org.eclipse.pde.internal.ui.pderesources
Focused Widget = Button {&Create a plug-in using a template} class org.eclipse.swt.widgets.Button
Focused Widget = Table {} [layout=null] class org.eclipse.swt.widgets.Table
index of Simple GEMOC Melange Sequential project =1
Focused Widget = Table {} [layout=null] class org.eclipse.swt.widgets.Table
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "'Automatic-Module-Name' header is required to be discoverable as a Java module in a Java modular setup (Java 9 and later)" on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.7' execution environment" on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "A plug-in manifest must contain at least one extension or extension point" on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found error marker "org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa.TransitionAspect cannot be resolved to a type." on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found error marker "org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa.StateMachineAspect cannot be resolved to a type." on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found error marker "org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa.StateAspect cannot be resolved to a type." on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "Cannot find EMF runtime forXfsm" on org.eclipse.gemoc.example.melangek3fsm.xfsm
------------------------------
----- Tail of /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata/.log
!SESSION 2023-10-18 14:56:04.392 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread
Command-line arguments:  -data /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread

!ENTRY org.apache.felix.scr 4 0 2023-10-18 14:56:04.858
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.apache.felix.scr [4]
  Unresolved requirement: Import-Package: org.osgi.service.cm; version="[1.6.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.osgi.service.metatype; version="[1.2.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.apache.felix.service.command; version="[1.0.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.osgi.service.component; version="[1.5.0,1.6.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:463)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1788)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
	at org.eclipse.osgi.container.SystemModule.startWorker(SystemModule.java:269)
	at org.eclipse.osgi.container.Module.doStart(Module.java:605)
	at org.eclipse.osgi.container.Module.start(Module.java:468)
	at org.eclipse.osgi.container.SystemModule.start(SystemModule.java:193)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:445)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:464)
	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:139)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:338)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

!ENTRY org.eclipse.jface 2 0 2023-10-18 14:58:18.388
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2023-10-18 14:58:18.388
!MESSAGE A conflict occurred for CTRL+SHIFT+T:
Binding(CTRL+SHIFT+T,
	ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
		Open a type in a Java editor,
		Category(org.eclipse.ui.category.navigate,Navigate,null,true),
		WorkbenchHandlerServiceHandler("org.eclipse.jdt.ui.navigate.open.type"),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+SHIFT+T,
	ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace,
		,
		Category(org.eclipse.lsp4e.category,Language Servers,null,true),
		WorkbenchHandlerServiceHandler("org.eclipse.lsp4e.symbolinworkspace"),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)

!ENTRY org.eclipse.urischeme 4 0 2023-10-18 14:58:23.941
!MESSAGE Cannot run program "xdg-mime": error=2, No such file or directory
!STACK 0
java.io.IOException: Cannot run program "xdg-mime": error=2, No such file or directory
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
	at org.eclipse.urischeme.internal.registration.ProcessExecutor.execute(ProcessExecutor.java:36)
	at org.eclipse.urischeme.internal.registration.RegistrationLinux.getRegisteredDesktopFileForScheme(RegistrationLinux.java:145)
	at org.eclipse.urischeme.internal.registration.RegistrationLinux.determineHandlerLocation(RegistrationLinux.java:87)
	at org.eclipse.urischeme.internal.registration.RegistrationLinux.getSchemesInformation(RegistrationLinux.java:76)
	at org.eclipse.urischeme.AutoRegisterSchemeHandlersJob.run(AutoRegisterSchemeHandlersJob.java:87)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
	... 7 more

!ENTRY org.eclipse.ui.workbench 4 2 2023-10-18 14:58:24.054
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:198)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	... 10 more
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2023-10-18 14:58:24.054
!MESSAGE Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2023-10-18 14:58:24.054
!MESSAGE Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.ui 4 0 2023-10-18 14:58:24.055
!MESSAGE Unable to execute early startup code for the org.eclipse.ui.IStartup extension contributed by the 'org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui' plug-in.
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:198)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	... 10 more
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2023-10-18 14:58:24.055
!MESSAGE Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.sirius.diagram 1 0 2023-10-18 14:58:41.942
!MESSAGE Migration done for "Edges z-order" (Ensure the session is saved to persist the migration effects. Please have a look at documentation about the project migration.):
	* The order of edges has been changed to keep same visual render in diagram "fsm".

!ENTRY org.eclipse.sirius.diagram 1 0 2023-10-18 14:58:42.031
!MESSAGE Migration done for "representation Change ID": all the representations changeId have been updated with the absolute time stamp (Ensure the session is saved to persist the migration effects. Please have a look at documentation about the project migration)

!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.863
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.863
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.865
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.865
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.869
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.888
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.888
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.890
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.890
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.890
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource

------------------------------
PT-5M-0.545S   | Wed Oct 18 14:59:26 UTC 2023 |    - test03_GenerateAllMelangeArtifacts
Init PropertyTesterClass
Read CCSL Kernel Solver  fr.inria.aoste.timesquare.ccslkernel.solver.launch.CCSLKernelSolverBuilder <extendedCCSL,timemodel>
[waitForJobs] Update Capability Enablement for Natures (rule=null)
[waitForJobs] Update package explorer (rule=null)
[waitForJobs] Implicit Job (rule=L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Decoration Calculation (rule=null)
[waitForJobs] Building (rule=R/)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Open Blocked Dialog (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] conflicting rules: L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties / R/
[waitForJobs] conflicting rules: L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties / R/
[waitForJobs] conflicting rules: L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties / R/
[waitForJobs] conflicting rules: R/ / L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties
[waitForJobs] conflicting rules: R/ / L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties
[waitForJobs] conflicting rules: R/ / L/org.eclipse.gemoc.example.melangek3fsm.xfsm/build.properties
[waitForJobs] Building (rule=R/)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Update for Decoration Completion (rule=null)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Updating workspace (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] Building (rule=R/)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Updating workspace (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.7' execution environment" on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "An entry for plugin.properties is required in bin.includes" on org.eclipse.gemoc.example.melangek3fsm.xfsm
PT-5M-22.344S  | Wed Oct 18 14:59:48 UTC 2023 |    - test04_CreateTraceAddon
[waitForJobs] Generating trace addon plugin for L/org.eclipse.gemoc.example.melangek3fsm.xfsm/Xfsm.dsl (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
Callgraph : 


StateMachineAspect.initializeModel : 
StateMachineAspect.consummedString, StateMachineAspect.currentState, StateMachineAspect.unprocessedString, StateMachineAspect.producedString

StateMachineAspect.producedString : 
null

StateAspect.step : 
TransitionAspect.fire

StateMachineAspect.consummedString : 
null

StateMachineAspect.main : 
StateMachineAspect.producedString, StateAspect.step, StateMachineAspect.unprocessedString, StateMachineAspect.currentState, StateMachineAspect.consummedString

TransitionAspect.fire : 
StateMachineAspect.producedString, StateMachineAspect.consummedString, StateMachineAspect.unprocessedString, StateMachineAspect.consummedString, StateMachineAspect.currentState, StateMachineAspect.unprocessedString, StateMachineAspect.producedString

StateMachineAspect.unprocessedString : 
null

StateMachineAspect.currentState : 
null

StateMachineAspect.consummedString : 
null

StateMachineAspect.currentState : 
null

StateMachineAspect.unprocessedString : 
null

StateMachineAspect.producedString : 
null

Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.7' execution environment" on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "An entry for plugin.properties is required in bin.includes" on org.eclipse.gemoc.example.melangek3fsm.xfsm
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-11' execution environment" on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.text) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Found warning marker "Element 'Addon' is not legal as a child of element 'extension'." on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Found warning marker "The import java.util.Collection is never used" on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Found warning marker "The method getTracedToExe(Collection<? extends EObject>) from the type FsmTraceStateManager is never used locally" on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Found warning marker "The value of the local variable stepRule is not used" on org.eclipse.gemoc.example.melangek3fsm.xfsm.trace
Tests run: 5, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 92.805 s <<< FAILURE! - in org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test
org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.test01_OpenXDSMLPerspective  Time elapsed: 3.379 s
org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.test02_CreateSequentialMelangeLanguageProject  Time elapsed: 18.277 s  <<< FAILURE!
java.lang.AssertionError: Unexpected error marker: org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa.TransitionAspect cannot be resolved to a type. on /org.eclipse.gemoc.example.melangek3fsm.xfsm/src/org/eclipse/gemoc/example/melangek3fsm/Xfsm.melange
	at org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.test02_CreateSequentialMelangeLanguageProject(CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.java:213)

org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.test03_GenerateAllMelangeArtifacts  Time elapsed: 21.799 s
org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test.test04_CreateTraceAddon  Time elapsed: 9.184 s
org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateMelangeBasedSingleSequentialLanguageFromOfficialFSM_Test skipped
Running org.eclipse.gemoc.studio.tests.system.lwb.userstory.DeployOfficialExampleMelangeK3FSM_Test
PT-5M-31.548S  | Wed Oct 18 14:59:57 UTC 2023 | starting org.eclipse.gemoc.studio.tests.system.lwb.userstory.DeployOfficialExampleMelangeK3FSM_Test
[WorkspaceTestHelper] Workbench is available
workspace content (/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data)
   /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata
PT-5M-37.8S    | Wed Oct 18 15:00:03 UTC 2023 |    - test01_InstallMelangeK3Fsm
[waitForJobs] Auto share git projects (rule=MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design])
[waitForJobs] Initializing Modeling Projects (rule=P/org.eclipse.gemoc.example.melangek3fsm.fsm.model)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Building (rule=R/)
[waitForJobs] Decoration Calculation (rule=null)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Updating workspace (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] conflicting rules: MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design] / P/org.eclipse.gemoc.example.melangek3fsm.fsm.model
[waitForJobs] conflicting rules: MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design] / R/
[waitForJobs] conflicting rules: MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design] / R/
[waitForJobs] conflicting rules: MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design] / R/
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm.model / MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design]
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm.model / R/
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm.model / R/
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm.model / R/
[waitForJobs] conflicting rules: R/ / MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design]
[waitForJobs] conflicting rules: R/ / P/org.eclipse.gemoc.example.melangek3fsm.fsm.model
[waitForJobs] conflicting rules: R/ / MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design]
[waitForJobs] conflicting rules: R/ / P/org.eclipse.gemoc.example.melangek3fsm.fsm.model
[waitForJobs] conflicting rules: R/ / MultiRule[P/org.eclipse.gemoc.example.melangek3fsm.fsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm,P/org.eclipse.gemoc.example.melangek3fsm.fsm.design,P/org.eclipse.gemoc.example.melangek3fsm.fsm.model,P/org.eclipse.gemoc.example.melangek3fsm.xsfsm.design]
[waitForJobs] conflicting rules: R/ / P/org.eclipse.gemoc.example.melangek3fsm.fsm.model
68479 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
68481 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68482 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
68482 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
68482 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68482 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68482 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68482 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
68483 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68483 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
68483 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
68483 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 3:00:08 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: StateMachineAspect, StateAspect, TransitionAspect
[waitForJobs] Building (rule=R/)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Update GEMOC Project Plugin Configuration of org.eclipse.gemoc.example.melangek3fsm.fsm (rule=P/org.eclipse.gemoc.example.melangek3fsm.fsm)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Updating workspace (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] conflicting rules: R/ / P/org.eclipse.gemoc.example.melangek3fsm.fsm
[waitForJobs] conflicting rules: R/ / P/org.eclipse.gemoc.example.melangek3fsm.fsm
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm / R/
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm / R/
[waitForJobs] conflicting rules: P/org.eclipse.gemoc.example.melangek3fsm.fsm / R/
[waitForJobs] conflicting rules: R/ / P/org.eclipse.gemoc.example.melangek3fsm.fsm
84318 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
84319 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84319 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84319 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84319 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
84320 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84320 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
84320 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84320 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
84321 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource
84321 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84321 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84321 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84322 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
84322 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84322 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
84322 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
84323 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 3:00:24 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: StateMachineAspect, StateAspect, TransitionAspect
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.design
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.k3dsa
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.fsm.model
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.model.edit
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.ui.ide) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor
Found warning marker "Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart" on org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor
Found warning marker "Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>" on org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor
Found warning marker "Type safety: The return type Object for getAdapter(Class) from the type FsmEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart" on org.eclipse.gemoc.example.melangek3fsm.fsm.model.editor
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xsfsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xsfsm.design
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.text) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found warning marker "Referenced identifier 'Sequential.AddonGroup' in attribute 'addonGroupId' cannot be found" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found error marker "The type Fsm_StateMachine_InitializeModelImpl must implement the inherited abstract method SmallStep<SpecificState>.setFootprint(Footprint)" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found error marker "The type Fsm_StateMachine_InitializeModelImpl must implement the inherited abstract method SmallStep<SpecificState>.getFootprint()" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found error marker "The type Fsm_State_Step_ImplicitStepImpl must implement the inherited abstract method SmallStep<SpecificState>.setFootprint(Footprint)" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found error marker "The type Fsm_State_Step_ImplicitStepImpl must implement the inherited abstract method SmallStep<SpecificState>.getFootprint()" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found error marker "The type Fsm_Transition_FireImpl must implement the inherited abstract method SmallStep<SpecificState>.getFootprint()" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found error marker "The type Fsm_Transition_FireImpl must implement the inherited abstract method SmallStep<SpecificState>.setFootprint(Footprint)" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found warning marker "The import java.util.Collection is never used" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found warning marker "The method getTracedToExe(Collection<? extends EObject>) from the type FsmTraceStateManager is never used locally" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found warning marker "Unnecessary @SuppressWarnings("unchecked")" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
Found warning marker "The value of the local variable stepRule is not used" on org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace
------------------------------
----- Tail of /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata/.log
!SESSION 2023-10-18 14:56:04.392 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread
Command-line arguments:  -data /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread

!ENTRY org.apache.felix.scr 4 0 2023-10-18 14:56:04.858
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.apache.felix.scr [4]
  Unresolved requirement: Import-Package: org.osgi.service.cm; version="[1.6.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.osgi.service.metatype; version="[1.2.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.apache.felix.service.command; version="[1.0.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.osgi.service.component; version="[1.5.0,1.6.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:463)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852)
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1788)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750)
	at org.eclipse.osgi.container.SystemModule.startWorker(SystemModule.java:269)
	at org.eclipse.osgi.container.Module.doStart(Module.java:605)
	at org.eclipse.osgi.container.Module.start(Module.java:468)
	at org.eclipse.osgi.container.SystemModule.start(SystemModule.java:193)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:445)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:464)
	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:139)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:338)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

!ENTRY org.eclipse.jface 2 0 2023-10-18 14:58:18.388
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2023-10-18 14:58:18.388
!MESSAGE A conflict occurred for CTRL+SHIFT+T:
Binding(CTRL+SHIFT+T,
	ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
		Open a type in a Java editor,
		Category(org.eclipse.ui.category.navigate,Navigate,null,true),
		WorkbenchHandlerServiceHandler("org.eclipse.jdt.ui.navigate.open.type"),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+SHIFT+T,
	ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace,
		,
		Category(org.eclipse.lsp4e.category,Language Servers,null,true),
		WorkbenchHandlerServiceHandler("org.eclipse.lsp4e.symbolinworkspace"),
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)

!ENTRY org.eclipse.urischeme 4 0 2023-10-18 14:58:23.941
!MESSAGE Cannot run program "xdg-mime": error=2, No such file or directory
!STACK 0
java.io.IOException: Cannot run program "xdg-mime": error=2, No such file or directory
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073)
	at org.eclipse.urischeme.internal.registration.ProcessExecutor.execute(ProcessExecutor.java:36)
	at org.eclipse.urischeme.internal.registration.RegistrationLinux.getRegisteredDesktopFileForScheme(RegistrationLinux.java:145)
	at org.eclipse.urischeme.internal.registration.RegistrationLinux.determineHandlerLocation(RegistrationLinux.java:87)
	at org.eclipse.urischeme.internal.registration.RegistrationLinux.getSchemesInformation(RegistrationLinux.java:76)
	at org.eclipse.urischeme.AutoRegisterSchemeHandlersJob.run(AutoRegisterSchemeHandlersJob.java:87)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:314)
	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:244)
	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110)
	... 7 more

!ENTRY org.eclipse.ui.workbench 4 2 2023-10-18 14:58:24.054
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:198)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	... 10 more
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2023-10-18 14:58:24.054
!MESSAGE Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2023-10-18 14:58:24.054
!MESSAGE Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.ui 4 0 2023-10-18 14:58:24.055
!MESSAGE Unable to execute early startup code for the org.eclipse.ui.IStartup extension contributed by the 'org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui' plug-in.
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:198)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	... 10 more
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2023-10-18 14:58:24.055
!MESSAGE Plug-in org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui was unable to load class org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui.ModelingWorkbenchEarlyStartup cannot be found by org.eclipse.gemoc.execution.concurrent.ccsljavaengine.ui_2.3.0.202310181433
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:622)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.lambda$0(WorkbenchPlugin.java:287)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:59)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:285)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$39.run(Workbench.java:2656)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.sirius.diagram 1 0 2023-10-18 14:58:41.942
!MESSAGE Migration done for "Edges z-order" (Ensure the session is saved to persist the migration effects. Please have a look at documentation about the project migration.):
	* The order of edges has been changed to keep same visual render in diagram "fsm".

!ENTRY org.eclipse.sirius.diagram 1 0 2023-10-18 14:58:42.031
!MESSAGE Migration done for "representation Change ID": all the representations changeId have been updated with the absolute time stamp (Ensure the session is saved to persist the migration effects. Please have a look at documentation about the project migration)

!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.863
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.863
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.864
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.865
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.865
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.867
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.868
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:58:59.869
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.888
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.888
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.889
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.890
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.890
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.890
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.891
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 14:59:02.892
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.341
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.342
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.342
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.342
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.342
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.342
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.342
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.343
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.344
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.344
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.344
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:08.344
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.179
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.180
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.180
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.180
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.180
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.181
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.181
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.181
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.181
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.182
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.gemoc.example.melangek3fsm.fsm.State) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.182
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.182
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.183
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.183
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.183
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.183
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.183
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource


!ENTRY org.apache.log4j 4 0 2023-10-18 15:00:24.184
!MESSAGE org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource

------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.307 s <<< FAILURE! - in org.eclipse.gemoc.studio.tests.system.lwb.userstory.DeployOfficialExampleMelangeK3FSM_Test
org.eclipse.gemoc.studio.tests.system.lwb.userstory.DeployOfficialExampleMelangeK3FSM_Test.test01_InstallMelangeK3Fsm  Time elapsed: 24.053 s  <<< FAILURE!
java.lang.AssertionError: Unexpected error marker: The type Fsm_StateMachine_InitializeModelImpl must implement the inherited abstract method SmallStep<SpecificState>.setFootprint(Footprint) on /org.eclipse.gemoc.example.melangek3fsm.xsfsm.xsfsm.trace/src/fsmTrace/Steps/impl/Fsm_StateMachine_InitializeModelImpl.java
	at org.eclipse.gemoc.studio.tests.system.lwb.userstory.DeployOfficialExampleMelangeK3FSM_Test.test01_InstallMelangeK3Fsm(DeployOfficialExampleMelangeK3FSM_Test.java:127)

Running org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateSequentialLanguageFromOfficialK3FSM_Test
PT-6M-1.859S   | Wed Oct 18 15:00:27 UTC 2023 | starting org.eclipse.gemoc.studio.tests.system.lwb.userstory.CreateSequentialLanguageFromOfficialK3FSM_Test
[WorkspaceTestHelper] Workbench is available
workspace content (/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data)
   /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata
[waitForJobs] Building (rule=R/)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Updating workspace (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
98983 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
98983 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
98984 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
98984 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
98984 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
98985 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
98985 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
98985 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
98986 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
98986 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 3:00:38 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: FSMAspect, StateAspect, TransitionAspect
100469 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
100470 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
100470 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
100470 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
100470 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
100470 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
100470 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
100471 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
100471 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
100471 [ParallelGenerator-1] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 3:00:40 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: FSMAspect, StateAspect, TransitionAspect
PT-6M-15.89S   | Wed Oct 18 15:00:41 UTC 2023 |    - test01_OpenXDSMLPerspective
PT-6M-18.532S  | Wed Oct 18 15:00:44 UTC 2023 |    - test02_CreateSequentialLanguageProject
Focused Widget = Button {&Create a plug-in using a template} class org.eclipse.swt.widgets.Button
Focused Widget = Table {} [layout=null] class org.eclipse.swt.widgets.Table
TableItem {Simple Sequential K3 language project} Simple Sequential K3 language project
index of Simple Sequential K3 language project =0
Focused Widget = Table {} [layout=null] class org.eclipse.swt.widgets.Table
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm.k3dsa
Found warning marker "Missing "metaprog" entry to define the metaprogramming approach used" on org.eclipse.gemoc.example.k3fsm.xdsml
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.8' execution environment" on org.eclipse.gemoc.example.k3fsm.xdsml
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm.xdsml
PT-6M-27.522S  | Wed Oct 18 15:00:53 UTC 2023 |    - test03_CreateTreeEditor
[waitForJobs] Auto share git projects (rule=null)
[waitForJobs] Updating plug-in dependencies (rule=R/)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] Building (rule=R/)
[waitForJobs] Decoration Calculation (rule=null)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
120097 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
120097 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
120098 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
120098 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
120098 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
120098 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: org.eclipse.emf.common.util.EList<JvmParameterizedTypeReference: java.lang.String>) is not contained in any resource
120098 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
120098 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param args) is not contained in any resource
120099 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (JvmParameterizedTypeReference: java.lang.String) is not contained in any resource
120099 [ParallelGenerator-0] ERROR org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageWritable  - Object (param inputString) is not contained in any resource
Oct 18, 2023 3:00:59 PM fr.inria.diverse.k3.al.annotationprocessor.AspectProcessor doGenerateCode
INFO: Phase 4: FSMAspect, StateAspect, TransitionAspect
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.8' execution environment" on org.eclipse.gemoc.example.k3fsm
Found warning marker "There is no 'jre.compilation.profile' build entry and the project has Java compliance preferences set" on org.eclipse.gemoc.example.k3fsm
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.8' execution environment" on org.eclipse.gemoc.example.k3fsm.edit
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm.edit
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.8' execution environment" on org.eclipse.gemoc.example.k3fsm.editor
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.ui.ide) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm.editor
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm.k3dsa
Found warning marker "Missing "metaprog" entry to define the metaprogramming approach used" on org.eclipse.gemoc.example.k3fsm.xdsml
Found warning marker "The JRE container on the classpath is not a perfect match to the 'JavaSE-1.8' execution environment" on org.eclipse.gemoc.example.k3fsm.xdsml
Found warning marker "Execution environment is lower than one of the plug-in's dependencies (org.eclipse.core.runtime) which has an execution environment of JavaSE-17." on org.eclipse.gemoc.example.k3fsm.xdsml
PT-6M-35.229S  | Wed Oct 18 15:01:01 UTC 2023 |    - test04_CreateTextualEditor
Focused Widget = Table {} [layout=null] class org.eclipse.swt.widgets.Table
[waitForJobs] Building (rule=R/)
[waitForJobs] Update Capability Enablement for Natures (rule=null)
[waitForJobs] Animation start (rule=null)
[waitForJobs] Java indexing... 86 files to index (/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/plugins/org.eclipse.xtext_2.31.0.v20230529-0659.jar) (rule=null)
[waitForJobs] Update for Decoration Completion (rule=null)
[waitForJobs] Flushing content description cache. (rule=R/)
[waitForJobs] Updating workspace (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] Process Console Input Job (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
Cannot contact gemoc-buildpod-dhs5d-jjfvz: java.lang.InterruptedException
[waitForJobs] Process Console Input Job (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[waitForJobs] Process Console Input Job (rule=null)
[waitForJobs] Compacting resource model (rule=null)
[waitForJobs] Workbench Auto-Save Job (rule=null)
[waitForJobs] Git Repository Change Scanner (rule=org.eclipse.egit.ui.internal.RepositoryCacheRule@138b9736)
[waitForJobs] Periodic workspace save. (rule=R/)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.gemoc.gemoc_studio.targetplatform 3.6.1-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.gemoc.gemoc_studio.targetplatform ...... SUCCESS [  2.853 s]
[INFO] org.eclipse.gemoc.studio.tests.system.lwb .......... FAILURE [06:34 min]
[INFO] org.eclipse.gemoc.studio.tests.system.mwb .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:17 min
[INFO] Finished at: 2023-10-18T15:01:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:3.0.4:test (default-test) on project org.eclipse.gemoc.studio.tests.system.lwb: An unexpected error occurred while launching the test runtime (process returned error code 137(SIGKILL received?)). The process logfile /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata/.log might contain further details. Command-line used to launch the sub-process was /opt/tools/java/openjdk/jdk-17/latest/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xmx1500m -Dosgi.clean=true -DWORKSPACE=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/../../../.. -jar /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar -data /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data -install /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work -configuration /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread in working directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:3.0.4:test (default-test) on project org.eclipse.gemoc.studio.tests.system.lwb: An unexpected error occurred while launching the test runtime (process returned error code 137(SIGKILL received?)). The process logfile /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata/.log might contain further details. Command-line used to launch the sub-process was /opt/tools/java/openjdk/jdk-17/latest/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xmx1500m -Dosgi.clean=true -DWORKSPACE=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/../../../.. -jar /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar -data /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data -install /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work -configuration /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread in working directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: An unexpected error occurred while launching the test runtime (process returned error code 137(SIGKILL received?)). The process logfile /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data/.metadata/.log might contain further details. Command-line used to launch the sub-process was /opt/tools/java/openjdk/jdk-17/latest/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xmx1500m -Dosgi.clean=true -DWORKSPACE=/home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/../../../.. -jar /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar -data /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/data -install /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work -configuration /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.gemoc.gemoc_studio.branding.gemoc_studio -nouithread in working directory /home/jenkins/agent/workspace/gemoc-studio-integration_master/gemoc-studio/gemoc_studio/tests/org.eclipse.gemoc.studio.tests.system.lwb
    at org.eclipse.tycho.surefire.AbstractTestMojo.runTest (AbstractTestMojo.java:1134)
    at org.eclipse.tycho.surefire.AbstractTestMojo.execute (AbstractTestMojo.java:712)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.gemoc.studio.tests.system.lwb
[Pipeline] sh
+ echo q
[Pipeline] error
[Pipeline] }
Terminating xvnc.

Wed Oct 18 15:01:56 2023
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive in Jenkins)
Stage "Archive in Jenkins" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Web upload)
Stage "Web upload" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (deploy to nexus)
Stage "deploy to nexus" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] echo
Failure
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: SystemTest Timeout
Finished: FAILURE