Skip to content

Console Output

Started by upstream project "modisco-master" build number 343
originally caused by:
 Started by timer
Running as SYSTEM
Agent centos-7-wzzn0 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-wzzn0"
  namespace: "modisco"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.modisco.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-wzzn0"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-wzzn0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.modisco.svc.cluster.local/modisco/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7: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-modisco"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-wzzn0 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/justj-promoter
[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-tq1kkQkd2lHu/agent.43
SSH_AGENT_PID=45
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/justj-promoter@tmp/private_key_4372417380616817387.key (/home/jenkins/agent/workspace/justj-promoter@tmp/private_key_4372417380616817387.key)
[ssh-agent] Using credentials genie.modisco (ssh://genie.modisco@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/modisco/org.eclipse.modisco
 > git init /home/jenkins/agent/workspace/justj-promoter # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/modisco/org.eclipse.modisco
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/modisco/org.eclipse.modisco +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/modisco/org.eclipse.modisco # 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 69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 # timeout=10
Commit message: "[releng] Workaround tighter DefaultCodeFormatterConstants.getEclipseDefaultSettings() API"
 > git rev-list --no-walk 69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 # timeout=10
[justj-promoter] $ /opt/tools/apache-maven/3.9.3/bin/mvn -f releng/org.eclipse.modisco.promote/pom.xml -DBUILD_ROOT=/home/jenkins/agent/workspace/justj-promoter/justj-sync -DBUILD_URL=https://ci.eclipse.org/modisco/job/modisco-master/343/ "-DBUILD_TIMESTAMP=-timestamp 202404140725" -DBUILD_TYPE=nightly "-DBUILD_COMMIT=-commit https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0" "-DBUILD_REMOTE=-remote genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco" -DBUILD_PROMOTE=https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository -DBUILD_ROOT=/home/jenkins/agent/workspace/justj-promoter/justj-sync -DBUILD_URL=https://ci.eclipse.org/modisco/job/modisco-master/343/ "-DBUILD_TIMESTAMP=-timestamp 202404140725" "-DBUILD_COMMIT=-commit https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0" -DBUILD_TYPE=nightly "-DBUILD_REMOTE=-remote genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco" -DBUILD_PROMOTE=https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository -Dmaven.repo.local=/home/jenkins/agent/workspace/justj-promoter/.repository --show-version clean verify
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/tools/apache-maven/3.9.3
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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------< org.eclipse.modisco:org.eclipse.modisco.promote >-----------
[INFO] Building org.eclipse.modisco.promote 1.5.5-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The artifact org.eclipse.tycho.extras:tycho-eclipserun-plugin:jar:4.0.5 has been relocated to org.eclipse.tycho:tycho-eclipse-plugin:jar:4.0.5: The eclipse-run mojo is now part of the tycho-eclipse-plugin
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.modisco.promote ---
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- tycho-eclipse:4.0.5:eclipse-run (promote) @ org.eclipse.modisco.promote ---
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.25.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.16.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-net:commons-net:jar:3.10.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/justj-promoter/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[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] Adding repository https://download.eclipse.org/releases/latest
[INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/justj-promoter/releng/org.eclipse.modisco.promote/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/agent/workspace/justj-promoter/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -install, /home/jenkins/agent/workspace/justj-promoter/releng/org.eclipse.modisco.promote/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/justj-promoter/releng/org.eclipse.modisco.promote/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/justj-promoter/releng/org.eclipse.modisco.promote/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, , -remote, genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco, -retain, 5, -label, MoDisco, -build-url, https://ci.eclipse.org/modisco/job/modisco-master/343/, -root, /home/jenkins/agent/workspace/justj-promoter/justj-sync, -relative, builds, -version-iu-pattern, org\.eclipse\.modisco\.sdk\.feature.*, -primary-iu-filter-pattern, org\.eclipse\.modisco\.sdk\.feature.*, -commit, https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0, -target-url, https://download.eclipse.org/modeling/mdt/modisco, -promote, https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository, -timestamp, 202404140725, -type, nightly, -breadcrumb, MoDisco https://projects.eclipse.org/projects/modeling.mdt.modisco, -mapping, modisco->MoDisco, -archive, P2 repos https://archive.eclipse.org/modeling/mdt/modisco/updates/release, -archive, zips/drops https://archive.eclipse.org/modeling/mdt/modisco/downloads/drops, ${org.eclipse.justj.p2.manager.extra.args}]
!SESSION 2024-04-14 07:44:31.988 -----------------------------------------------
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.justj.p2.manager  -remote genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco -retain 5 -label MoDisco -build-url https://ci.eclipse.org/modisco/job/modisco-master/343/ -root /home/jenkins/agent/workspace/justj-promoter/justj-sync -relative builds -version-iu-pattern org\.eclipse\.modisco\.sdk\.feature.* -primary-iu-filter-pattern org\.eclipse\.modisco\.sdk\.feature.* -commit https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 -target-url https://download.eclipse.org/modeling/mdt/modisco -promote https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository -timestamp 202404140725 -type nightly -breadcrumb MoDisco https://projects.eclipse.org/projects/modeling.mdt.modisco -mapping modisco->MoDisco -archive P2 repos https://archive.eclipse.org/modeling/mdt/modisco/updates/release -archive zips/drops https://archive.eclipse.org/modeling/mdt/modisco/downloads/drops ${org.eclipse.justj.p2.manager.extra.args}
Command-line arguments:  -data /home/jenkins/agent/workspace/justj-promoter/releng/org.eclipse.modisco.promote/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None  -remote genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco -retain 5 -label MoDisco -build-url https://ci.eclipse.org/modisco/job/modisco-master/343/ -root /home/jenkins/agent/workspace/justj-promoter/justj-sync -relative builds -version-iu-pattern org\.eclipse\.modisco\.sdk\.feature.* -primary-iu-filter-pattern org\.eclipse\.modisco\.sdk\.feature.* -commit https://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=69cde4a9a2a1bbc12117d8ff8d2520c6837fa1c0 -target-url https://download.eclipse.org/modeling/mdt/modisco -promote https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository -timestamp 202404140725 -type nightly -breadcrumb MoDisco https://projects.eclipse.org/projects/modeling.mdt.modisco -mapping modisco->MoDisco -archive P2 repos https://archive.eclipse.org/modeling/mdt/modisco/updates/release -archive zips/drops https://archive.eclipse.org/modeling/mdt/modisco/downloads/drops ${org.eclipse.justj.p2.manager.extra.args}

!ENTRY org.eclipse.justj.p2 2 0 2024-04-14 07:44:33.026
!MESSAGE Starting the p2 manager
/usr/bin/ssh genie.modisco@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds
/usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/ /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds
receiving incremental file list
./
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/p2.index
milestone/S202403031225/
milestone/S202403031225/MoDisco-Updates-S202403031225.zip.sha256
milestone/S202403031225/MoDisco-Updates-S202403031225.zip.sha512
milestone/S202403031225/STALE
milestone/S202403031225/artifacts.jar
milestone/S202403031225/artifacts.xml.xz
milestone/S202403031225/content.jar
milestone/S202403031225/content.xml.xz
milestone/S202403031225/p2.index
milestone/S202403031228/
milestone/S202403031228/MoDisco-Updates-S202403031228.zip.sha256
milestone/S202403031228/MoDisco-Updates-S202403031228.zip.sha512
milestone/S202403031228/STALE
milestone/S202403031228/artifacts.jar
milestone/S202403031228/artifacts.xml.xz
milestone/S202403031228/content.jar
milestone/S202403031228/content.xml.xz
milestone/S202403031228/p2.index
milestone/S202403041105/
milestone/S202403041105/MoDisco-Updates-S202403041105.zip.sha256
milestone/S202403041105/MoDisco-Updates-S202403041105.zip.sha512
milestone/S202403041105/STALE
milestone/S202403041105/artifacts.jar
milestone/S202403041105/artifacts.xml.xz
milestone/S202403041105/content.jar
milestone/S202403041105/content.xml.xz
milestone/S202403041105/p2.index
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/p2.index
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/p2.index
nightly/N202403111336/
nightly/N202403111336/MoDisco-Updates-N202403111336.zip.sha256
nightly/N202403111336/MoDisco-Updates-N202403111336.zip.sha512
nightly/N202403111336/artifacts.jar
nightly/N202403111336/artifacts.xml.xz
nightly/N202403111336/content.jar
nightly/N202403111336/content.xml.xz
nightly/N202403111336/p2.index
nightly/N202403111458/
nightly/N202403111458/MoDisco-Updates-N202403111458.zip.sha256
nightly/N202403111458/MoDisco-Updates-N202403111458.zip.sha512
nightly/N202403111458/artifacts.jar
nightly/N202403111458/artifacts.xml.xz
nightly/N202403111458/content.jar
nightly/N202403111458/content.xml.xz
nightly/N202403111458/p2.index
nightly/N202403240745/
nightly/N202403240745/MoDisco-Updates-N202403240745.zip.sha256
nightly/N202403240745/MoDisco-Updates-N202403240745.zip.sha512
nightly/N202403240745/artifacts.jar
nightly/N202403240745/artifacts.xml.xz
nightly/N202403240745/content.jar
nightly/N202403240745/content.xml.xz
nightly/N202403240745/p2.index
nightly/N202403310725/
nightly/N202403310725/MoDisco-Updates-N202403310725.zip.sha256
nightly/N202403310725/MoDisco-Updates-N202403310725.zip.sha512
nightly/N202403310725/artifacts.jar
nightly/N202403310725/artifacts.xml.xz
nightly/N202403310725/content.jar
nightly/N202403310725/content.xml.xz
nightly/N202403310725/p2.index
nightly/N202404070725/
nightly/N202404070725/MoDisco-Updates-N202404070725.zip.sha256
nightly/N202404070725/MoDisco-Updates-N202404070725.zip.sha512
nightly/N202404070725/artifacts.jar
nightly/N202404070725/artifacts.xml.xz
nightly/N202404070725/content.jar
nightly/N202404070725/content.xml.xz
nightly/N202404070725/p2.index
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/p2.index
release/
release/compositeArtifacts.jar
release/compositeArtifacts.xml
release/compositeContent.jar
release/compositeContent.xml
release/p2.index
release/1.0.1/
release/1.0.1/MoDisco-Updates-1.0.1.zip.sha256
release/1.0.1/MoDisco-Updates-1.0.1.zip.sha512
release/1.0.1/artifacts.jar
release/1.0.1/artifacts.xml
release/1.0.1/artifacts.xml.original
release/1.0.1/content.jar
release/1.0.1/revision.txt
release/1.0.1/revison.txt
release/1.0.1/svn_url.txt
release/1.0.1/version.txt
release/1.1.0/
release/1.1.0/MoDisco-Updates-1.1.0.zip.sha256
release/1.1.0/MoDisco-Updates-1.1.0.zip.sha512
release/1.1.0/artifacts.jar
release/1.1.0/artifacts.xml
release/1.1.0/artifacts.xml.original
release/1.1.0/content.jar
release/1.1.0/revision.txt
release/1.1.0/revison.txt
release/1.1.0/svn_url.txt
release/1.1.0/version.txt
release/1.1.1/
release/1.1.1/MoDisco-Updates-1.1.1.zip.sha256
release/1.1.1/MoDisco-Updates-1.1.1.zip.sha512
release/1.1.1/artifacts.jar
release/1.1.1/artifacts.xml
release/1.1.1/artifacts.xml.original
release/1.1.1/content.jar
release/1.1.1/git_branch.txt
release/1.1.1/git_commit.txt
release/1.1.1/git_url.txt
release/1.1.1/revision.txt
release/1.1.1/version.txt
release/1.2.0/
release/1.2.0/MoDisco-Updates-1.2.0.zip.sha256
release/1.2.0/MoDisco-Updates-1.2.0.zip.sha512
release/1.2.0/artifacts.jar
release/1.2.0/artifacts.xml
release/1.2.0/artifacts.xml.original
release/1.2.0/content.jar
release/1.2.0/git_branch.txt
release/1.2.0/git_commit.txt
release/1.2.0/git_url.txt
release/1.2.0/revision.txt
release/1.2.0/version.txt
release/1.5.0/
release/1.5.0/MoDisco-Updates-1.5.0.zip.sha256
release/1.5.0/MoDisco-Updates-1.5.0.zip.sha512
release/1.5.0/artifacts.jar
release/1.5.0/artifacts.xml.xz
release/1.5.0/content.jar
release/1.5.0/content.xml.xz
release/1.5.0/p2.index
release/1.5.1/
release/1.5.1/MoDisco-Updates-1.5.1.zip.sha256
release/1.5.1/MoDisco-Updates-1.5.1.zip.sha512
release/1.5.1/artifacts.jar
release/1.5.1/artifacts.xml.xz
release/1.5.1/content.jar
release/1.5.1/content.xml.xz
release/1.5.1/p2.index
release/1.5.2/
release/1.5.2/MoDisco-Updates-1.5.2.zip.sha256
release/1.5.2/MoDisco-Updates-1.5.2.zip.sha512
release/1.5.2/artifacts.jar
release/1.5.2/artifacts.xml.xz
release/1.5.2/content.jar
release/1.5.2/content.xml.xz
release/1.5.2/p2.index
release/1.5.3/
release/1.5.3/MoDisco-Updates-1.5.3.zip.sha256
release/1.5.3/MoDisco-Updates-1.5.3.zip.sha512
release/1.5.3/artifacts.jar
release/1.5.3/artifacts.xml.xz
release/1.5.3/content.jar
release/1.5.3/content.xml.xz
release/1.5.3/p2.index
release/1.5.4/
release/1.5.4/MoDisco-Updates-1.5.4.zip.sha256
release/1.5.4/MoDisco-Updates-1.5.4.zip.sha512
release/1.5.4/artifacts.jar
release/1.5.4/artifacts.xml.xz
release/1.5.4/content.jar
release/1.5.4/content.xml.xz
release/1.5.4/p2.index
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/p2.index

sent 3.29K bytes  received 5.55M bytes  3.70M bytes/sec
total size is 5.53M  speedup is 1.00
Promoting nightly https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository to /home/jenkins/agent/workspace/justj-promoter/justj-sync
Promoting update site to /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404140725
Mirroring 'https://ci.eclipse.org/modisco/job/modisco-master/343/artifact/org.eclipse.modisco.updatesite/target/repository' to '/home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404140725'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-04-14 07:44:43.560
!MESSAGE Messages while mirroring artifact descriptors.
!SUBENTRY 1 unknown 0 0 2024-04-14 07:44:43.561
!MESSAGE OK
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly
Deleted all releases update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/compositeContent.jar
Deleted all releases update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/compositeArtifacts.jar
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/latest
Deleted all releases update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/latest/compositeContent.jar
Deleted all releases update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/latest/compositeArtifacts.jar
Recompose composites: /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds
Recompose: /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly
  <- N202403111336
  <- N202403111458
  <- N202403240745
  <- N202403310725
  <- N202404070725
  <- N202404140725
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/latest
Recompose: /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone
  <- S202403031225
  <- S202403031228
  <- S202403041105
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/latest
Recompose: /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release
  <- 1.0.1
  <- 1.1.0
  <- 1.1.1
  <- 1.2.0
  <- 1.5.0
  <- 1.5.1
  <- 1.5.2
  <- 1.5.3
  <- 1.5.4
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release
Composing update site /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/latest
Deleting /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403111336
Cleaning milestones /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/S202403031225
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/S202403031228
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/S202403041105
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/latest
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403111336
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403111458
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403240745
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403310725
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404070725
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/latest
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404140725
Creating archive /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404140725
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.0.1
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.1.0
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.1.1
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.2.0
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.0
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.1
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.2
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.3
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.4
Generating downloads /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/latest
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/index.html

!ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-04-14 07:44:50.245
!MESSAGE No translation source unavailable. Default language will be used.
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/latest/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.4/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.3/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.2/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.1/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.5.0/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.2.0/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.1.1/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.1.0/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/release/1.0.1/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/latest/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/S202403041105/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/S202403031228/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/milestone/S202403031225/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/latest/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404140725/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202404070725/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403310725/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403240745/index.html
Generating /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/nightly/N202403111458/index.html
/usr/bin/rsync -avsh /home/jenkins/agent/workspace/justj-promoter/justj-sync/builds/ genie.modisco@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/
sending incremental file list
./
index.html
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/index.html
milestone/p2.index
milestone/S202403031225/
milestone/S202403031225/index.html
milestone/S202403031228/
milestone/S202403031228/index.html
milestone/S202403041105/
milestone/S202403041105/index.html
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/index.html
milestone/latest/p2.index
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/index.html
nightly/p2.index
nightly/N202403111336/
nightly/N202403111336/DELETED
nightly/N202403111458/
nightly/N202403111458/index.html
nightly/N202403240745/
nightly/N202403240745/index.html
nightly/N202403310725/
nightly/N202403310725/index.html
nightly/N202404070725/
nightly/N202404070725/index.html
nightly/N202404140725/
nightly/N202404140725/MoDisco-Updates-N202404140725.zip
nightly/N202404140725/MoDisco-Updates-N202404140725.zip.sha256
nightly/N202404140725/MoDisco-Updates-N202404140725.zip.sha512
nightly/N202404140725/artifacts.jar
nightly/N202404140725/artifacts.xml.xz
nightly/N202404140725/content.jar
nightly/N202404140725/content.xml.xz
nightly/N202404140725/index.html
nightly/N202404140725/p2.index
nightly/N202404140725/features/
nightly/N202404140725/features/org.eclipse.modisco.all.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.all.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.eclipse.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.eclipse.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.examples.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.examples.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.facet.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.facet.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.browser.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.browser.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.cdo.derby.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.cdo.derby.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.discovery.benchmark.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.discovery.benchmark.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.omg.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infra.omg.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infrastructure.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.infrastructure.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.java.cdo.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.java.cdo.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.java.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.java.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.jee.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.jee.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.sdk.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.sdk.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.thirdparties.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.thirdparties_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.usecase.modelfilter.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.usecase.modelfilter.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.usecase.simpletransformationschain.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.usecase.simpletransformationschain.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.utils.chart.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.utils.chart.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.xml.feature.source_1.5.5.v20240414-0725.jar
nightly/N202404140725/features/org.eclipse.modisco.xml.feature_1.5.5.v20240414-0725.jar
nightly/N202404140725/plugins/
nightly/N202404140725/plugins/org.antlr.runtime.source_3.2.0.v20230929-1400.jar
nightly/N202404140725/plugins/org.antlr.runtime_3.2.0.v20230929-1400.jar
nightly/N202404140725/plugins/org.apache.commons.jxpath.source_1.3.0.v200911051830.jar
nightly/N202404140725/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar
nightly/N202404140725/plugins/org.apache.lucene.core.source_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene.misc.source_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene.misc_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene.queries.source_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene.queries_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene.source_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.apache.lucene_3.5.0.v20120725-1805.jar
nightly/N202404140725/plugins/org.eclipse.modisco.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.eclipseplugin.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.eclipseplugin.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.eclipseplugin.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.eclipseplugin.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.eclipseplugin.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.eclipseplugin_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.examples.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.examples_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.common.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.common.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.common.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.common.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.custom.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.custom.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.custom.metamodel.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.custom.metamodel_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.custom.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.custom.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.edit.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.edit.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.metamodel.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.metamodel_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.efacet.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.query.java.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.query.java.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.query.java.metamodel.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.query.java.metamodel_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.catalog.metamodel.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.catalog.metamodel_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.catalog.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.catalog_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.emf.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.jface.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.jface.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.pde.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.pde.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.swt.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.swt_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.util.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.widgets.celleditors.ecore.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.widgets.celleditors.ecore_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.widgets.celleditors.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.widgets.celleditors_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.widgets.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.facet.widgets_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.editor.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.editor_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.examples.java.jdk.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.examples.java.jdk_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.examples.uml.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.examples.uml_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.custom_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.ecore.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.ecore.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.editor.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.editor.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.uicore.examples.cnf.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.uicore.examples.cnf_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.uicore.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser.uicore_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.browser_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.capabilities.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.capabilities_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.cdo.derby.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.cdo.derby_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.cdo.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.cdo_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.common.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.benchmark.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.benchmark.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.benchmark.metamodel.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.benchmark.metamodel_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.benchmark.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.benchmark.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.discovery_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.edit.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.edit_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.editor.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.editor_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.facet_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.omg.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.omg.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.prefuse.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.prefuse_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.edit.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.edit_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.editor.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.editor_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.jxpath.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.jxpath_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infra.query_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infrastructure.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.infrastructure.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.browser.customization.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.browser.customization_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.cdo.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.cdo_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.browser.customization.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.browser.customization_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.discoverer.source_1.5.4.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.discoverer_1.5.4.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.composition_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.discoverer.cdo.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.discoverer.cdo_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.discoverer.source_1.5.4.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.discoverer_1.5.4.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.generation.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.generation_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.queries.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.queries_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.java_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.ejbjar.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.ejbjar.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.ejbjar.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.ejbjar.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.ejbjar.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.ejbjar_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.facet.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.facet_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.browser.customization.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.browser.customization_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.generation.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.generation_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.jsp_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.queries.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.queries_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.webapp.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.webapp.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.webapp.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.webapp.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.webapp.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee.webapp_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.jee_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.extension.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.extension.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.extension.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.source.extension_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.uml2converter.source_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.uml2converter.ui.source_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.uml2converter.ui_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.kdm.uml2converter_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.manifest.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.manifest.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.manifest.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.manifest.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.manifest.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.manifest_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.gastm.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.gastm_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.kdm.edit.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.kdm.edit_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.kdm.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.kdm_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.smm.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.omg.smm_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.properties.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.properties.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.properties.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.properties.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.tool.metricsvisualizationbuilder.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.tool.metricsvisualizationbuilder_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.dependencies.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.dependencies.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.methodcalls.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.methodcalls.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.methodcalls_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.source_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.ui.source_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter.ui_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.modelfilter_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.simpletransformationchain.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.simpletransformationchain.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.simpletransformationschain.source_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.simpletransformationschain.ui.source_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.simpletransformationschain.ui_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.usecase.simpletransformationschain_1.5.1.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.util.atl.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.util.atl.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.util.emf.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.util.emf.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.utils.chart.birt.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.utils.chart.birt.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.utils.chart.metamodel.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.utils.chart.metamodel_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.utils.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.utils.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.workflow.core.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.workflow.core_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.workflow.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.workflow.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.workflow.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.workflow_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.browser.customization.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.browser.customization_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.discoverer.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.discoverer.ui.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.discoverer.ui_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.discoverer_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.doc.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.doc_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml.source_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.modisco.xml_1.5.0.v20240414-0725.jar
nightly/N202404140725/plugins/org.eclipse.net4j.db.derby.source_4.1.500.v20180529-1130.jar
nightly/N202404140725/plugins/org.eclipse.net4j.db.derby_4.1.500.v20180529-1130.jar
nightly/N202404140725/plugins/org.prefuse.source_0.1.0.v20100514-1000.jar
nightly/N202404140725/plugins/org.prefuse_0.1.0.v20100514-1000.jar
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/index.html
nightly/latest/p2.index
release/
release/compositeArtifacts.jar
release/compositeContent.jar
release/index.html
release/p2.index
release/1.0.1/
release/1.0.1/index.html
release/1.1.0/
release/1.1.0/index.html
release/1.1.1/
release/1.1.1/index.html
release/1.2.0/
release/1.2.0/index.html
release/1.5.0/
release/1.5.0/index.html
release/1.5.1/
release/1.5.1/index.html
release/1.5.2/
release/1.5.2/index.html
release/1.5.3/
release/1.5.3/index.html
release/1.5.4/
release/1.5.4/index.html
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/index.html
release/latest/p2.index

sent 77.87M bytes  received 59.03K bytes  14.17M bytes/sec
total size is 89.16M  speedup is 1.14
/usr/bin/ssh genie.modisco@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds -name DELETED); do
  echo rm -rf $(dirname $i)
  rm -rf $(dirname $i)
done
rm -rf /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403111336
/usr/bin/ssh genie.modisco@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds -name plugins -a -type d); do
  echo touch -r $i $(dirname $i)
  touch -r $i $(dirname $i)
done
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202404140725/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202404140725
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403111458/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403111458
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202404070725/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202404070725
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403240745/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403240745
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403310725/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/nightly/N202403310725
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031225/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031225
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403041105/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403041105
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031228/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/milestone/S202403031228
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.2/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.2
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.0/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.0
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.3/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.3
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.0.1/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.0.1
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.1.0/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.1.0
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.1/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.1
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.1.1/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.1.1
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.4/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.5.4
touch -r /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.2.0/plugins /home/data/httpd/download.eclipse.org/modeling/mdt/modisco/builds/release/1.2.0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  56.589 s
[INFO] Finished at: 2024-04-14T07:44:57Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 45 killed;
[ssh-agent] Stopped.
Finished: SUCCESS