Skip to content

Console Output

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

Building remotely on basic-7zdc3 (basic) in workspace /home/jenkins/agent/workspace/make-release-from-master
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-ZzjdZonTxjnR/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/make-release-from-master@tmp/private_key_15660589664519457769.key (/home/jenkins/agent/workspace/make-release-from-master@tmp/private_key_15660589664519457769.key)
[ssh-agent] Using credentials genie.embed-cdt (ssh://genie.embed-cdt@projects-storage.eclipse.org)
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-embed-cdt/eclipse-plugins.git
 > git init /home/jenkins/agent/workspace/make-release-from-master # timeout=10
Fetching upstream changes from https://github.com/eclipse-embed-cdt/eclipse-plugins.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-embed-cdt/eclipse-plugins.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-embed-cdt/eclipse-plugins.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 34ae4eb64105dc38d2a24a4e3344d2621c057871 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 34ae4eb64105dc38d2a24a4e3344d2621c057871 # timeout=10
Commit message: "READMEs updates"
 > git rev-list --no-walk a3b3b1f0db9a6e498dec3a1cc69148d1a8085579 # timeout=10
[make-release-from-master] $ /bin/sh -xe /tmp/jenkins2527092299343236603.sh
+ set -e
+ set -u
+ '[' yes '!=' yes ']'
+ pwd
/home/jenkins/agent/workspace/make-release-from-master
+ ls -Ll
total 76
drwxr-sr-x. 20 jenkins 1001030000  4096 Apr  3 17:27 branding
-rw-r--r--.  1 jenkins 1001030000  4539 Apr  3 17:27 CONTRIBUTING.md
-rw-r--r--.  1 jenkins 1001030000  1668 Apr  3 17:27 debug.options
drwxr-sr-x. 19 jenkins 1001030000  4096 Apr  3 17:27 features
drwxr-sr-x.  2 jenkins 1001030000   119 Apr  3 17:27 info
-rw-r--r--.  1 jenkins 1001030000 14198 Apr  3 17:27 LICENSE
-rw-r--r--.  1 jenkins 1001030000  1408 Apr  3 17:27 NOTICE.md
drwxr-sr-x.  2 jenkins 1001030000    21 Apr  3 17:27 parent
drwxr-sr-x. 35 jenkins 1001030000  4096 Apr  3 17:27 plugins
-rw-r--r--.  1 jenkins 1001030000  6292 Apr  3 17:27 pom.xml
-rw-r--r--.  1 jenkins 1001030000  2093 Apr  3 17:27 README-EPP.md
-rw-r--r--.  1 jenkins 1001030000 15836 Apr  3 17:27 README-MAINTAINER.md
-rw-r--r--.  1 jenkins 1001030000  2804 Apr  3 17:27 README.md
drwxr-sr-x.  3 jenkins 1001030000    62 Apr  3 17:27 repositories
drwxr-sr-x.  8 jenkins 1001030000   112 Apr  3 17:27 scripts
drwxr-sr-x.  2 jenkins 1001030000   116 Apr  3 17:27 target-platform
+ env
+ sort
ARE_YOU_SURE=yes
BUILD_DISPLAY_NAME=#43
BUILD_ID=43
BUILD_NUMBER=43
BUILD_TAG=jenkins-make-release-from-master-43
BUILD_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/43/
CI=true
EXECUTOR_NUMBER=0
GIT_BRANCH=origin/master
GIT_COMMIT=34ae4eb64105dc38d2a24a4e3344d2621c057871
GITLAB_OBJECT_KIND=none
GIT_PREVIOUS_COMMIT=a3b3b1f0db9a6e498dec3a1cc69148d1a8085579
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a3b3b1f0db9a6e498dec3a1cc69148d1a8085579
GIT_URL=https://github.com/eclipse-embed-cdt/eclipse-plugins.git
HOME=/home/jenkins
HOSTNAME=basic-7zdc3
HUDSON_COOKIE=9bf8d64d-00d8-423c-bf9c-442b74d8210b
HUDSON_HOME=/var/jenkins
HUDSON_SERVER_COOKIE=4a1c94fa2324c081
HUDSON_URL=https://ci.eclipse.org/embed-cdt/
JAVA_HOME=/opt/java/openjdk
JAVA_VERSION=jdk-11.0.21+9_openj9-0.41.0
JENKINS_AGENT_NAME=basic-7zdc3
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.124.3
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.124.3:50000
JENKINS_DISCOVERY_PORT=tcp://10.30.124.3:50000
JENKINS_DISCOVERY_SERVICE_HOST=10.30.124.3
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_HOME=/var/jenkins
JENKINS_NAME=basic-7zdc3
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
JENKINS_SECRET=336b7ac45c79dc49cee4067c26d9bdc99c6c6049ff3f1a2adbc274cbaa0204ea
JENKINS_SERVER_COOKIE=4a1c94fa2324c081
JENKINS_TUNNEL=jenkins-discovery.embed-cdt.svc.cluster.local:50000
JENKINS_UI_PORT_80_TCP_ADDR=10.30.78.8
JENKINS_UI_PORT_80_TCP_PORT=80
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_UI_PORT_80_TCP=tcp://10.30.78.8:80
JENKINS_UI_PORT=tcp://10.30.78.8:80
JENKINS_UI_SERVICE_HOST=10.30.78.8
JENKINS_UI_SERVICE_PORT=80
JENKINS_UI_SERVICE_PORT_HTTP=80
JENKINS_URL=https://ci.eclipse.org/embed-cdt/
JOB_BASE_NAME=make-release-from-master
JOB_DISPLAY_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/display/redirect
JOB_NAME=make-release-from-master
JOB_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
KUBERNETES_PORT=tcp://10.30.0.1:443
KUBERNETES_SERVICE_HOST=10.30.0.1
KUBERNETES_SERVICE_PORT=443
KUBERNETES_SERVICE_PORT_HTTPS=443
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=en_US.UTF-8
NODE_LABELS=basic basic-7zdc3
NODE_NAME=basic-7zdc3
NSS_SDB_USE_CACHE=no
OPENJ9_JAVA_COMMAND_LINE=/opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.embed-cdt.svc.cluster.local:50000 -url http://jenkins-ui.embed-cdt.svc.cluster.local/embed-cdt/ -workDir /home/jenkins/agent 336b7ac45c79dc49cee4067c26d9bdc99c6c6049ff3f1a2adbc274cbaa0204ea basic-7zdc3
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/home/jenkins/agent/workspace/make-release-from-master
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/43/display/redirect?page=artifacts
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/43/display/redirect?page=changes
RUN_DISPLAY_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/43/display/redirect
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/embed-cdt/job/make-release-from-master/43/display/redirect?page=tests
SHLVL=0
SSH_AUTH_SOCK=/tmp/ssh-ZzjdZonTxjnR/agent.48
TERM=xterm
USER_NAME=jenkins
_=/usr/bin/env
WORKSPACE=/home/jenkins/agent/workspace/make-release-from-master
WORKSPACE_TMP=/home/jenkins/agent/workspace/make-release-from-master@tmp
+ SSHUSER=genie.embed-cdt@projects-storage.eclipse.org
+ SSH='ssh genie.embed-cdt@projects-storage.eclipse.org'
+ SCP=scp
+ DOWNLOAD_ROOT=/home/data/httpd/download.eclipse.org/embed-cdt
+ COMPOSITE_SRC=repositories/org.eclipse.embedcdt-repository/composite
+ MASTER_SRC=/home/data/httpd/download.eclipse.org/embed-cdt/builds/master
+ UPDATES_DEST=/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6
++ ssh genie.embed-cdt@projects-storage.eclipse.org ls '/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/org.eclipse.embedcdt.repository-*.zip'
++ sed -e 's/.*repository-\([0-9]*[.][0-9]*[.][0-9]*\)-\(.*\)[.]zip/\1/'
+ VERSION=6.6.0
+ RELEASES_DEST=/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0
+ true
+ ssh genie.embed-cdt@projects-storage.eclipse.org /bin/bash -x
+ set -e
+ set -u
+ '[' -d /home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0 ']'
+ mkdir -pv /home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2
mkdir: created directory '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0'
mkdir: created directory '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2'
+ cp -rv /home/data/httpd/download.eclipse.org/embed-cdt/builds/master/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip /home/data/httpd/download.eclipse.org/embed-cdt/builds/master/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip.sha /home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2 /home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip.sha' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip.sha'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.xpack.ui_1.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.xpack.ui_1.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.ad_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.ad_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.ad.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.ad.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.core_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.core_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source_5.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source_5.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.restart.ui_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.restart.ui_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.freescale.ui.source_3.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.freescale.ui.source_3.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.ui_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.ui_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.ui_4.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.ui_4.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.stm.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.stm.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.codered.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.codered.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.core.source_2.2.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.core.source_2.2.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.packs.core_3.1.3.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.packs.core_3.1.3.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.xpack_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.xpack_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.packs.ui.source_2.0.3.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.packs.ui.source_2.0.3.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.packs.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.packs.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.core_2.2.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.core_2.2.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.packs_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.packs_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.core_5.2.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.core_5.2.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.freescale.pe.ui_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.freescale.pe.ui_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.core.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.core.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.ui.source_3.2.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.ui.source_3.2.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.freescale.ui_3.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.freescale.ui_3.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.ad.ui_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.ad.ui_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source_5.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source_5.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.core_4.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.core_4.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.packs.core.source_3.1.3.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.packs.core.source_3.1.3.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.packs.ui_2.0.3.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.packs.ui_2.0.3.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source_2.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source_2.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.core.source_5.2.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.core.source_5.2.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.packs_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.packs_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.cortexm.ui_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.cortexm.ui_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source_5.0.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source_5.0.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.ui_5.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.ui_5.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.codered_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.codered_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.sifive.ui_2.0.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.sifive.ui_2.0.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.sifive_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.sifive_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.packs.ui_2.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.packs.ui_2.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.core_3.1.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.core_3.1.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.codered.ui.source_2.0.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.codered.ui.source_2.0.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.doc.user_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.doc.user_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.stm.ui_3.0.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.stm.ui_3.0.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source_5.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source_5.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.core.source_3.1.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.core.source_3.1.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.codered.ui_2.0.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.codered.ui_2.0.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.xpack.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.xpack.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.packs.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.packs.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.sifive.ui.source_2.0.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.sifive.ui.source_2.0.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source_4.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source_4.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source_4.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source_4.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.cortexm.ui.source_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.cortexm.ui.source_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui_2.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui_2.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.core_3.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.core_3.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.ui_3.2.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.ui_3.2.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.xpack.ui.source_1.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.xpack.ui.source_1.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.core_5.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.core_5.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.ui.source_2.0.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.ui.source_2.0.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.ui.source_5.1.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.ui.source_5.1.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.core.source_3.5.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.core.source_3.5.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.ui_2.0.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.ui_2.0.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.packs.ui.source_2.1.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.packs.ui.source_2.1.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.stm.ui.source_3.0.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.stm.ui.source_3.0.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.sifive.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.sifive.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.core.source_3.5.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.core.source_3.5.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.ad.ui.source_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.ad.ui.source_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.ui_3.2.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.ui_3.2.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.core_3.5.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.core_3.5.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.ui_5.1.2.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.ui_5.1.2.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.cortexm_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.cortexm_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.core_3.5.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.core_3.5.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.arm.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.core.source_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.core.source_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.core_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.core_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.ui_5.0.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.ui_5.0.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.cortexm.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.cortexm.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.freescale.pe.ui.source_2.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.freescale.pe.ui.source_2.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.core_5.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.openocd.core_5.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.stm_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.stm_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.freescale.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.freescale.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source_3.0.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source_3.0.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source_3.2.1.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source_3.2.1.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/plugins/org.eclipse.embedcdt.templates.freescale_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/plugins/org.eclipse.embedcdt.templates.freescale_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.cortexm_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.cortexm_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.packs.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.packs.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.xpack.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.xpack.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.ad_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.ad_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.qemu.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.qemu.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.doc.user.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.doc.user.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.codered_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.codered_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.managedbuild.cross.riscv.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.managedbuild.cross.riscv.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.ad.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.ad.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.xpack_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.xpack_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.managedbuild.cross.arm_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.managedbuild.cross.arm_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.sifive_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.sifive_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.cortexm.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.cortexm.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.qemu_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.qemu_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.freescale.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.freescale.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.jlink.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.jlink.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.stm_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.stm_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.stm.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.stm.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.openocd.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.openocd.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.codered.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.codered.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.openocd_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.openocd_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.pyocd.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.pyocd.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.jlink_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.jlink_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.managedbuild.cross.riscv_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.managedbuild.cross.riscv_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.packs_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.packs_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.freescale_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.freescale_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.managedbuild.cross.arm.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.managedbuild.cross.arm.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.templates.sifive.source_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.templates.sifive.source_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/features/org.eclipse.embedcdt.doc.user_6.6.0.202404031712.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/features/org.eclipse.embedcdt.doc.user_6.6.0.202404031712.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/content.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/content.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/artifacts.jar' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/artifacts.jar'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/content.xml.xz' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/content.xml.xz'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/artifacts.xml.xz' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/artifacts.xml.xz'
'/home/data/httpd/download.eclipse.org/embed-cdt/builds/master/p2/p2.index' -> '/home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2/p2.index'
+ ssh genie.embed-cdt@projects-storage.eclipse.org /bin/bash -x
+ set -e
+ set -u
+ rm -rvf /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp
+ rm -rvf /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last
+ mkdir -pv /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp
mkdir: created directory '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp'
+ scp -v repositories/org.eclipse.embedcdt-repository/composite/compositeArtifacts.xml repositories/org.eclipse.embedcdt-repository/composite/compositeContent.xml genie.embed-cdt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp
Executing: program /usr/bin/ssh host projects-storage.eclipse.org, user genie.embed-cdt, command scp -v -d -t /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp
OpenSSH_7.9p1 Debian-10+deb10u4, OpenSSL 1.1.1n  15 Mar 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to projects-storage.eclipse.org [172.25.25.150] port 22.
debug1: Connection established.
debug1: identity file /home/jenkins/.ssh/id_rsa type -1
debug1: identity file /home/jenkins/.ssh/id_rsa-cert type -1
debug1: identity file /home/jenkins/.ssh/id_dsa type -1
debug1: identity file /home/jenkins/.ssh/id_dsa-cert type -1
debug1: identity file /home/jenkins/.ssh/id_ecdsa type -1
debug1: identity file /home/jenkins/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/jenkins/.ssh/id_ed25519 type -1
debug1: identity file /home/jenkins/.ssh/id_ed25519-cert type -1
debug1: identity file /home/jenkins/.ssh/id_xmss type -1
debug1: identity file /home/jenkins/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u4
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3ubuntu0.6
debug1: match: OpenSSH_8.9p1 Ubuntu-3ubuntu0.6 pat OpenSSH* compat 0x04000000
debug1: Authenticating to projects-storage.eclipse.org:22 as 'genie.embed-cdt'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:CkY4klkLCBGlAzScHQgPcKKA8hyzEfrUl9BZAWMdYlc
debug1: Host 'projects-storage.eclipse.org' is known and matches the ECDSA host key.
debug1: Found key in /home/jenkins/.ssh/known_hosts:2
debug1: ssh_packet_send2_wrapped: resetting send seqnr 3
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: ssh_packet_read_poll2: resetting read seqnr 3
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: Will attempt key: /home/jenkins/agent/workspace/make-release-from-master@tmp/private_key_15660589664519457769.key RSA SHA256:SLvkeiGoO8yWk7rcycQPMa6d4alPdlWLymcnPGpfP8c agent
debug1: Will attempt key: /home/jenkins/.ssh/id_rsa 
debug1: Will attempt key: /home/jenkins/.ssh/id_dsa 
debug1: Will attempt key: /home/jenkins/.ssh/id_ecdsa 
debug1: Will attempt key: /home/jenkins/.ssh/id_ed25519 
debug1: Will attempt key: /home/jenkins/.ssh/id_xmss 
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,webauthn-sk-ecdsa-sha2-nistp256@openssh.com>
debug1: kex_input_ext_info: publickey-hostbound@openssh.com (unrecognised)
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/jenkins/agent/workspace/make-release-from-master@tmp/private_key_15660589664519457769.key RSA SHA256:SLvkeiGoO8yWk7rcycQPMa6d4alPdlWLymcnPGpfP8c agent
debug1: Server accepts key: /home/jenkins/agent/workspace/make-release-from-master@tmp/private_key_15660589664519457769.key RSA SHA256:SLvkeiGoO8yWk7rcycQPMa6d4alPdlWLymcnPGpfP8c agent
debug1: Authentication succeeded (publickey).
Authenticated to projects-storage.eclipse.org ([172.25.25.150]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Remote: /opt/public/hipp/homes/genie.embed-cdt/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Remote: /opt/public/hipp/homes/genie.embed-cdt/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_ALL = en_US.UTF-8
debug1: Sending command: scp -v -d -t /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp
Sending file modes: C0644 924 compositeArtifacts.xml
Sink: C0644 924 compositeArtifacts.xml
scp: debug1: fd 0 clearing O_NONBLOCK
Sending file modes: C0644 924 compositeContent.xml
Sink: C0644 924 compositeContent.xml
scp: debug1: fd 0 clearing O_NONBLOCK
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
Transferred: sent 5728, received 3772 bytes, in 0.2 seconds
Bytes per second: sent 27232.5, received 17933.1
debug1: Exit status 0
+ ssh genie.embed-cdt@projects-storage.eclipse.org /bin/bash -x
+ set -e
+ set -u
+ '[' -d /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6 ']'
+ mv -v /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6 /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last
renamed '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6' -> '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last'
+ mv -v /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6
renamed '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-temp' -> '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6'
+ rm -rvf /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last
removed '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last/compositeArtifacts.xml'
removed '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last/compositeContent.xml'
removed directory '/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6-last'
+ ls -lLR /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6
/home/data/httpd/download.eclipse.org/embed-cdt/updates/v6:
total 8
-rw-r--r-- 1 genie.embed-cdt iot.embed-cdt 924 Apr  3 13:27 compositeArtifacts.xml
-rw-r--r-- 1 genie.embed-cdt iot.embed-cdt 924 Apr  3 13:27 compositeContent.xml
+ cat /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6/compositeArtifacts.xml /home/data/httpd/download.eclipse.org/embed-cdt/updates/v6/compositeContent.xml
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='Embed CDT 6.0 Update Site'
    type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
  <properties size='1'>
    <!-- timestamp made with `date +%s%3N` on Linux -->
    <property name='p2.timestamp' value='1704989417557'/>
  </properties>
  <children size='1'>
    <child location='../../releases/6.0.0/p2'/>
    <child location='../../releases/6.1.1/p2'/>
    <child location='../../releases/6.1.2/p2'/>
    <child location='../../releases/6.2.1/p2'/>
    <child location='../../releases/6.2.2/p2'/>
    <child location='../../releases/6.3.0/p2'/>
    <child location='../../releases/6.3.1/p2'/>
    <child location='../../releases/6.3.2/p2'/>
    <child location='../../releases/6.4.0/p2'/>
    <child location='../../releases/6.5.0/p2'/>
  </children>
</repository>
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='Embed CDT 6.0 Update Site'
    type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
  <properties size='1'>
    <!-- timestamp made with `date +%s%3N` on Linux -->
    <property name='p2.timestamp' value='1704989417557'/>
  </properties>
  <children size='1'>
    <child location='../../releases/6.0.0/p2'/>
    <child location='../../releases/6.1.1/p2'/>
    <child location='../../releases/6.1.2/p2'/>
    <child location='../../releases/6.2.1/p2'/>
    <child location='../../releases/6.2.2/p2'/>
    <child location='../../releases/6.3.0/p2'/>
    <child location='../../releases/6.3.1/p2'/>
    <child location='../../releases/6.3.2/p2'/>
    <child location='../../releases/6.4.0/p2'/>
    <child location='../../releases/6.5.0/p2'/>
  </children>
</repository>
+ cd /home/data/httpd/download.eclipse.org/embed-cdt/releases/6.6.0/p2
+ ls -L features plugins
features:
org.eclipse.embedcdt_6.6.0.202404031712.jar
org.eclipse.embedcdt.codered_6.6.0.202404031712.jar
org.eclipse.embedcdt.codered.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.doc.user_6.6.0.202404031712.jar
org.eclipse.embedcdt.doc.user.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.packs_6.6.0.202404031712.jar
org.eclipse.embedcdt.packs.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.ad_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.ad.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.cortexm_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.cortexm.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.sifive_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.sifive.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.stm_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.stm.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.xpack_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.xpack.source_6.6.0.202404031712.jar

plugins:
org.eclipse.embedcdt_6.6.0.202404031712.jar
org.eclipse.embedcdt.codered_6.6.0.202404031712.jar
org.eclipse.embedcdt.codered.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.codered.ui_2.0.1.202404031712.jar
org.eclipse.embedcdt.codered.ui.source_2.0.1.202404031712.jar
org.eclipse.embedcdt.core_6.6.0.202404031712.jar
org.eclipse.embedcdt.core.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.core_2.0.0.202404031712.jar
org.eclipse.embedcdt.debug.core.source_2.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.core_5.2.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.core.source_5.2.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink.core_5.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink.core.source_5.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink.ui_5.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.jlink.ui.source_5.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd.core_5.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd.core.source_5.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd.ui_5.0.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.openocd.ui.source_5.0.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd.core_3.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd.core.source_3.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui_2.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui.source_2.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu.core_4.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu.core.source_4.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu.ui_4.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.qemu.ui.source_4.1.1.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.restart.ui_2.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.restart.ui.source_2.0.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.ui_5.1.2.202404031712.jar
org.eclipse.embedcdt.debug.gdbjtag.ui.source_5.1.2.202404031712.jar
org.eclipse.embedcdt.debug.packs_6.6.0.202404031712.jar
org.eclipse.embedcdt.debug.packs.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.doc.user_2.0.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm.core_3.5.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm.core.source_3.5.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm.ui_3.2.1.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.arm.ui.source_3.2.1.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.core_2.2.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.core.source_2.2.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv.core_3.5.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv.core.source_3.5.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv.ui_3.2.1.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.riscv.ui.source_3.2.1.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.ui_2.0.2.202404031712.jar
org.eclipse.embedcdt.managedbuild.cross.ui.source_2.0.2.202404031712.jar
org.eclipse.embedcdt.managedbuild.packs.ui_2.1.1.202404031712.jar
org.eclipse.embedcdt.managedbuild.packs.ui.source_2.1.1.202404031712.jar
org.eclipse.embedcdt.packs_6.6.0.202404031712.jar
org.eclipse.embedcdt.packs.core_3.1.3.202404031712.jar
org.eclipse.embedcdt.packs.core.source_3.1.3.202404031712.jar
org.eclipse.embedcdt.packs.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.packs.ui_2.0.3.202404031712.jar
org.eclipse.embedcdt.packs.ui.source_2.0.3.202404031712.jar
org.eclipse.embedcdt.templates.ad_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.ad.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.ad.ui_2.0.0.202404031712.jar
org.eclipse.embedcdt.templates.ad.ui.source_2.0.0.202404031712.jar
org.eclipse.embedcdt.templates.core_3.1.2.202404031712.jar
org.eclipse.embedcdt.templates.core.source_3.1.2.202404031712.jar
org.eclipse.embedcdt.templates.cortexm_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.cortexm.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.cortexm.ui_2.0.0.202404031712.jar
org.eclipse.embedcdt.templates.cortexm.ui.source_2.0.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale.pe.ui_2.0.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale.pe.ui.source_2.0.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale.ui_3.0.0.202404031712.jar
org.eclipse.embedcdt.templates.freescale.ui.source_3.0.0.202404031712.jar
org.eclipse.embedcdt.templates.sifive_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.sifive.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.sifive.ui_2.0.1.202404031712.jar
org.eclipse.embedcdt.templates.sifive.ui.source_2.0.1.202404031712.jar
org.eclipse.embedcdt.templates.stm_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.stm.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.stm.ui_3.0.2.202404031712.jar
org.eclipse.embedcdt.templates.stm.ui.source_3.0.2.202404031712.jar
org.eclipse.embedcdt.templates.xpack_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.xpack.source_6.6.0.202404031712.jar
org.eclipse.embedcdt.templates.xpack.ui_1.0.0.202404031712.jar
org.eclipse.embedcdt.templates.xpack.ui.source_1.0.0.202404031712.jar
org.eclipse.embedcdt.ui_6.6.0.202404031712.jar
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS