Skip to content
Success

Console Output

Started by user Ed Merks
Running as Ed Merks
Obtained jetty/MirrorJetty.jenkinsfile from git https://github.com/eclipse-oomph/oomph.incubator.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-f0641 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-f0641"
  namespace: "oomph"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.oomph.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-f0641"
    - 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-f0641"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/"
    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-oomph"
      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"

Running on basic-f0641 in /home/jenkins/agent/workspace/jetty/jetty-mirror
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
BUILD_TYPE=release
PROMOTE=true
JETTY_VERSION=11.0.20
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Initialize PGP)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key C34AEBD62E8E9CF8: public key "Eclipse Oomph <oomph-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key C34AEBD62E8E9CF8: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 1E6F99794576B6032D257293C34AEBD62E8E9CF8 trust
Secret subkeys are available.

pub  rsa4096/C34AEBD62E8E9CF8
     created: 2022-10-10  expires: 2027-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/EB3C38F6C7A0F00D
     created: 2022-10-10  expires: 2027-10-09  usage: S   
[ unknown] (1). Eclipse Oomph <oomph-dev@eclipse.org>

pub  rsa4096/C34AEBD62E8E9CF8
     created: 2022-10-10  expires: 2027-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/EB3C38F6C7A0F00D
     created: 2022-10-10  expires: 2027-10-09  usage: S   
[ unknown] (1). Eclipse Oomph <oomph-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/C34AEBD62E8E9CF8
     created: 2022-10-10  expires: 2027-10-09  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/EB3C38F6C7A0F00D
     created: 2022-10-10  expires: 2027-10-09  usage: S   
[ unknown] (1). Eclipse Oomph <oomph-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 4777DD30711EA6AF367F3478EB3C38F6C7A0F00D trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2027-10-09
pub  rsa4096/C34AEBD62E8E9CF8
     created: 2022-10-10  expires: 2027-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/EB3C38F6C7A0F00D
     created: 2022-10-10  expires: 2027-10-09  usage: S   
[ultimate] (1). Eclipse Oomph <oomph-dev@eclipse.org>

pub  rsa4096/C34AEBD62E8E9CF8
     created: 2022-10-10  expires: 2027-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/EB3C38F6C7A0F00D
     created: 2022-10-10  expires: 2027-10-09  usage: S   
[ultimate] (1). Eclipse Oomph <oomph-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/C34AEBD62E8E9CF8
     created: 2022-10-10  expires: 2027-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/EB3C38F6C7A0F00D
     created: 2022-10-10  expires: 2027-10-09  usage: S   
[ultimate] (1). Eclipse Oomph <oomph-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Git Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Using no checkout clone with sparse checkout.
Cloning repository https://github.com/eclipse-oomph/oomph.incubator.git
 > git init /home/jenkins/agent/workspace/jetty/jetty-mirror # timeout=10
Fetching upstream changes from https://github.com/eclipse-oomph/oomph.incubator.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/eclipse-oomph/oomph.incubator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-oomph/oomph.incubator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 13be21122d9417f107def246363562089a9203ef (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git config core.sparsecheckout true # timeout=10
 > git read-tree -mu HEAD # timeout=10
 > git checkout -f 13be21122d9417f107def246363562089a9203ef # timeout=10
Commit message: "Improve jetty job description"
 > git rev-list --no-walk 13be21122d9417f107def246363562089a9203ef # timeout=10
[Pipeline] echo
[GIT_BRANCH:origin/master, GIT_COMMIT:13be21122d9417f107def246363562089a9203ef, GIT_PREVIOUS_COMMIT:13be21122d9417f107def246363562089a9203ef, GIT_PREVIOUS_SUCCESSFUL_COMMIT:13be21122d9417f107def246363562089a9203ef, GIT_URL:https://github.com/eclipse-oomph/oomph.incubator.git]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Jetty Updates)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@projects-storage.eclipse.org)
[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-U9y7Cxag9Hlf/agent.176
SSH_AGENT_PID=178
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jetty/jetty-mirror@tmp/private_key_676697165994758164.key (/home/jenkins/agent/workspace/jetty/jetty-mirror@tmp/private_key_676697165994758164.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] sh
+ [[ true == false ]]
+ mvn --no-transfer-progress -Pgpg-sign '-Dgpg.passphrase=****' -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/oomph/job/jetty/job/jetty-mirror/ -Djetty-version=11.0.20 -Dorg.eclipse.justj.p2.manager.relative=jetty -Dbuild.type=release clean verify
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
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.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ---< org.eclipse.oomph.jetty.mirror:org.eclipse.oomph.jetty.mirror >----
[INFO] Building org.eclipse.oomph.jetty.mirror 1.0.0-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.oomph.jetty.mirror ---
[INFO] 
[INFO] --- tycho-p2-extras:4.0.5:mirror (default) @ org.eclipse.oomph.jetty.mirror ---
[INFO] Mirroring to /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/repository
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/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>)
Mirroring: osgi.bundle,org.eclipse.jetty.infinispan.remote.query,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.infinispan.remote.query,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http3.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http3.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.deploy,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.deploy,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.osgi.alpn.fragment,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.osgi.alpn.fragment,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.alpn.conscrypt.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.alpn.conscrypt.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.util,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.servlet,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.servlet,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.io,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http3.qpack,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http3.qpack,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.fcgi.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.fcgi.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http3.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http3.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.hazelcast,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.hazelcast,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.jmx,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.jmx,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.alpn.java.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.alpn.java.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.core.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.core.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http2.client.http,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http2.client.http,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.core.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.core.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.webapp,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.webapp,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.alpn.conscrypt.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.alpn.conscrypt.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.apache-jsp,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.apache-jsp,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.osgi.boot.test.osgi,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.osgi.boot.test.osgi,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.security,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.documentation.asciidoctor.extensions,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.documentation.asciidoctor.extensions,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.servlet,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.fcgi.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.fcgi.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.demos.demo-mock-resources,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.demos.demo-mock-resources,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.glassfish.jstl,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.glassfish.jstl,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.alpn.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.alpn.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.demos.embedded,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.demos.embedded,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.alpn.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.alpn.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.openid,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.openid,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http2.hpack,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http2.hpack,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.unixsocket.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.unixsocket.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.demos.spec.fragment,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.demos.spec.fragment,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http3.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http3.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.jakarta.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.jakarta.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.logging,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.logging,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.ant,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.ant,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.osgi.boot.jsp,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.osgi.boot.jsp,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.infinispan.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.infinispan.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.api,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.api,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.jakarta.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.jakarta.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.nosql,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.nosql,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.gcloud.session,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.gcloud.session,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.osgi.boot.warurl,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.osgi.boot.warurl,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http2.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http2.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.xml,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.xml,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quic.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quic.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.maven.plugin,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.maven.plugin,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quic.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quic.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.jndi,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.jndi,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.security.jaspi,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security.jaspi,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.servlets,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlets,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http2.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http2.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http2.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http2.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quic.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quic.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.jakarta.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.jakarta.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quic.quic-quiche-foreign-incubator,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quic.quic-quiche-foreign-incubator,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http.spi,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http.spi,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http3.client.http,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http3.client.http,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.documentation,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.documentation,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.rewrite,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.rewrite,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.jspc.plugin,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.jspc.plugin,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.plus,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.plus,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.cdi,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.cdi,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.osgi.boot,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.osgi.boot,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.proxy,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.proxy,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.start,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.start,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.unixdomain.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.unixdomain.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.jaas,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.jaas,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.util.ajax,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.ajax,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quic.quic-quiche-common,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quic.quic-quiche-common,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.keystore,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.keystore,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.demos.demo-servlet-container-initializer,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.demos.demo-servlet-container-initializer,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quic.quic-quiche-jna,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quic.quic-quiche-jna,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.demos.async.rest.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.demos.async.rest.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.alpn.java.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.alpn.java.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.osgi.httpservice,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.osgi.httpservice,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.websocket.core.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.websocket.core.client,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.quickstart,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.quickstart,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.annotations,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.annotations,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.infinispan.embedded.query,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.infinispan.embedded.query,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.demos.async.rest,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.demos.async.rest,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.memcached.session,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.memcached.session,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.http,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.unixsocket.server,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.unixsocket.server,11.0.20)
Mirroring: osgi.bundle,org.eclipse.jetty.unixsocket.client,11.0.20 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.unixsocket.client,11.0.20)
[INFO] 
[INFO] --- tycho-gpg:4.0.5:sign-p2-artifacts (default) @ org.eclipse.oomph.jetty.mirror ---
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/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 file:/home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/repository
[INFO] 
[INFO] --- tycho-eclipse:4.0.5:eclipse-run (promote) @ org.eclipse.oomph.jetty.mirror ---
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/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/2023-12
[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/jetty/jetty-mirror/jetty/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -install, /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph, -retain, 5, -label, Jetty Updates, -build-url, https://ci.eclipse.org/oomph/job/jetty/job/jetty-mirror/, -root, /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync, -relative, jetty, -version-iu, org.eclipse.jetty., -target-url, https://download.eclipse.org/oomph, -promote, /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/repository, -timestamp, 202402011437, -type, release, -breadcrumb, Jetty https://www.eclipse.org/jetty, -favicon, https://raw.githubusercontent.com/eclipse-jetty/eclipse-jetty.github.io/master/favicon.ico, -title-image, https://www.eclipse.org/jetty/common/images/jetty-logo.svg, -body-image, https://raw.githubusercontent.com/eclipse-jetty/eclipse-jetty.github.io/master/favicon.ico]
!SESSION 2024-02-01 14:37:52.976 -----------------------------------------------
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.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph -retain 5 -label Jetty Updates -build-url https://ci.eclipse.org/oomph/job/jetty/job/jetty-mirror/ -root /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync -relative jetty -version-iu org.eclipse.jetty. -target-url https://download.eclipse.org/oomph -promote /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/repository -timestamp 202402011437 -type release -breadcrumb Jetty https://www.eclipse.org/jetty -favicon https://raw.githubusercontent.com/eclipse-jetty/eclipse-jetty.github.io/master/favicon.ico -title-image https://www.eclipse.org/jetty/common/images/jetty-logo.svg -body-image https://raw.githubusercontent.com/eclipse-jetty/eclipse-jetty.github.io/master/favicon.ico
Command-line arguments:  -data /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph -retain 5 -label Jetty Updates -build-url https://ci.eclipse.org/oomph/job/jetty/job/jetty-mirror/ -root /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync -relative jetty -version-iu org.eclipse.jetty. -target-url https://download.eclipse.org/oomph -promote /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/repository -timestamp 202402011437 -type release -breadcrumb Jetty https://www.eclipse.org/jetty -favicon https://raw.githubusercontent.com/eclipse-jetty/eclipse-jetty.github.io/master/favicon.ico -title-image https://www.eclipse.org/jetty/common/images/jetty-logo.svg -body-image https://raw.githubusercontent.com/eclipse-jetty/eclipse-jetty.github.io/master/favicon.ico

!ENTRY org.eclipse.justj.p2 2 0 2024-02-01 14:37:53.771
!MESSAGE Starting the p2 manager
/usr/bin/ssh genie.oomph@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/oomph/jetty
/usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/jetty/ /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty
receiving incremental file list
./
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/p2.index
milestone/p2.inf
milestone/S202402011434/
milestone/S202402011434/Jetty-Updates-Updates-S202402011434.zip.sha256
milestone/S202402011434/Jetty-Updates-Updates-S202402011434.zip.sha512
milestone/S202402011434/artifacts.jar
milestone/S202402011434/artifacts.xml.xz
milestone/S202402011434/content.jar
milestone/S202402011434/content.xml.xz
milestone/S202402011434/p2.index
milestone/latest/
milestone/latest/compositeArtifacts.jar
milestone/latest/compositeContent.jar
milestone/latest/p2.index
milestone/latest/p2.inf
nightly/
nightly/compositeArtifacts.jar
nightly/compositeContent.jar
nightly/p2.index
nightly/p2.inf
nightly/N202310310805/
nightly/N202310310805/Jetty-Updates-Updates-N202310310805.zip.sha256
nightly/N202310310805/Jetty-Updates-Updates-N202310310805.zip.sha512
nightly/N202310310805/artifacts.jar
nightly/N202310310805/artifacts.xml.xz
nightly/N202310310805/content.jar
nightly/N202310310805/content.xml.xz
nightly/N202310310805/p2.index
nightly/N202312200809/
nightly/N202312200809/Jetty-Updates-Updates-N202312200809.zip.sha256
nightly/N202312200809/Jetty-Updates-Updates-N202312200809.zip.sha512
nightly/N202312200809/artifacts.jar
nightly/N202312200809/artifacts.xml.xz
nightly/N202312200809/content.jar
nightly/N202312200809/content.xml.xz
nightly/N202312200809/p2.index
nightly/N202312200825/
nightly/N202312200825/Jetty-Updates-Updates-N202312200825.zip.sha256
nightly/N202312200825/Jetty-Updates-Updates-N202312200825.zip.sha512
nightly/N202312200825/artifacts.jar
nightly/N202312200825/artifacts.xml.xz
nightly/N202312200825/content.jar
nightly/N202312200825/content.xml.xz
nightly/N202312200825/p2.index
nightly/N202402011111/
nightly/N202402011111/Jetty-Updates-Updates-N202402011111.zip.sha256
nightly/N202402011111/Jetty-Updates-Updates-N202402011111.zip.sha512
nightly/N202402011111/artifacts.jar
nightly/N202402011111/artifacts.xml.xz
nightly/N202402011111/content.jar
nightly/N202402011111/content.xml.xz
nightly/N202402011111/p2.index
nightly/N202402011425/
nightly/N202402011425/Jetty-Updates-Updates-N202402011425.zip.sha256
nightly/N202402011425/Jetty-Updates-Updates-N202402011425.zip.sha512
nightly/N202402011425/artifacts.jar
nightly/N202402011425/artifacts.xml.xz
nightly/N202402011425/content.jar
nightly/N202402011425/content.xml.xz
nightly/N202402011425/p2.index
nightly/latest/
nightly/latest/compositeArtifacts.jar
nightly/latest/compositeContent.jar
nightly/latest/p2.index
nightly/latest/p2.inf
release/
release/compositeArtifacts.jar
release/compositeContent.jar
release/p2.index
release/p2.inf
release/10.0.12/
release/10.0.12/Jetty-Updates-Updates-10.0.12.zip.sha256
release/10.0.12/Jetty-Updates-Updates-10.0.12.zip.sha512
release/10.0.12/artifacts.jar
release/10.0.12/artifacts.xml.xz
release/10.0.12/content.jar
release/10.0.12/content.xml.xz
release/10.0.12/p2.index
release/10.0.13/
release/10.0.13/Jetty-Updates-Updates-10.0.13.zip.sha256
release/10.0.13/Jetty-Updates-Updates-10.0.13.zip.sha512
release/10.0.13/artifacts.jar
release/10.0.13/artifacts.xml.xz
release/10.0.13/content.jar
release/10.0.13/content.xml.xz
release/10.0.13/p2.index
release/10.0.14/
release/10.0.14/Jetty-Updates-Updates-10.0.14.zip.sha256
release/10.0.14/Jetty-Updates-Updates-10.0.14.zip.sha512
release/10.0.14/artifacts.jar
release/10.0.14/artifacts.xml.xz
release/10.0.14/content.jar
release/10.0.14/content.xml.xz
release/10.0.14/p2.index
release/10.0.15/
release/10.0.15/Jetty-Updates-Updates-10.0.15.zip.sha256
release/10.0.15/Jetty-Updates-Updates-10.0.15.zip.sha512
release/10.0.15/artifacts.jar
release/10.0.15/artifacts.xml.xz
release/10.0.15/content.jar
release/10.0.15/content.xml.xz
release/10.0.15/p2.index
release/10.0.16/
release/10.0.16/Jetty-Updates-Updates-10.0.16.zip.sha256
release/10.0.16/Jetty-Updates-Updates-10.0.16.zip.sha512
release/10.0.16/artifacts.jar
release/10.0.16/artifacts.xml.xz
release/10.0.16/content.jar
release/10.0.16/content.xml.xz
release/10.0.16/p2.index
release/10.0.17/
release/10.0.17/Jetty-Updates-Updates-10.0.17.zip.sha256
release/10.0.17/Jetty-Updates-Updates-10.0.17.zip.sha512
release/10.0.17/artifacts.jar
release/10.0.17/artifacts.xml.xz
release/10.0.17/content.jar
release/10.0.17/content.xml.xz
release/10.0.17/p2.index
release/10.0.18/
release/10.0.18/Jetty-Updates-Updates-10.0.18.zip.sha256
release/10.0.18/Jetty-Updates-Updates-10.0.18.zip.sha512
release/10.0.18/artifacts.jar
release/10.0.18/artifacts.xml.xz
release/10.0.18/content.jar
release/10.0.18/content.xml.xz
release/10.0.18/p2.index
release/10.0.19/
release/10.0.19/Jetty-Updates-Updates-10.0.19.zip.sha256
release/10.0.19/Jetty-Updates-Updates-10.0.19.zip.sha512
release/10.0.19/artifacts.jar
release/10.0.19/artifacts.xml.xz
release/10.0.19/content.jar
release/10.0.19/content.xml.xz
release/10.0.19/p2.index
release/10.0.20/
release/10.0.20/Jetty-Updates-Updates-10.0.20.zip.sha256
release/10.0.20/Jetty-Updates-Updates-10.0.20.zip.sha512
release/10.0.20/artifacts.jar
release/10.0.20/artifacts.xml.xz
release/10.0.20/content.jar
release/10.0.20/content.xml.xz
release/10.0.20/p2.index
release/11.0.12/
release/11.0.12/Jetty-Updates-Updates-11.0.12.zip.sha256
release/11.0.12/Jetty-Updates-Updates-11.0.12.zip.sha512
release/11.0.12/artifacts.jar
release/11.0.12/artifacts.xml.xz
release/11.0.12/content.jar
release/11.0.12/content.xml.xz
release/11.0.12/p2.index
release/11.0.13/
release/11.0.13/Jetty-Updates-Updates-11.0.13.zip.sha256
release/11.0.13/Jetty-Updates-Updates-11.0.13.zip.sha512
release/11.0.13/artifacts.jar
release/11.0.13/artifacts.xml.xz
release/11.0.13/content.jar
release/11.0.13/content.xml.xz
release/11.0.13/p2.index
release/11.0.14/
release/11.0.14/Jetty-Updates-Updates-11.0.14.zip.sha256
release/11.0.14/Jetty-Updates-Updates-11.0.14.zip.sha512
release/11.0.14/artifacts.jar
release/11.0.14/artifacts.xml.xz
release/11.0.14/content.jar
release/11.0.14/content.xml.xz
release/11.0.14/p2.index
release/11.0.15/
release/11.0.15/Jetty-Updates-Updates-11.0.15.zip.sha256
release/11.0.15/Jetty-Updates-Updates-11.0.15.zip.sha512
release/11.0.15/artifacts.jar
release/11.0.15/artifacts.xml.xz
release/11.0.15/content.jar
release/11.0.15/content.xml.xz
release/11.0.15/p2.index
release/11.0.16/
release/11.0.16/Jetty-Updates-Updates-11.0.16.zip.sha256
release/11.0.16/Jetty-Updates-Updates-11.0.16.zip.sha512
release/11.0.16/artifacts.jar
release/11.0.16/artifacts.xml.xz
release/11.0.16/content.jar
release/11.0.16/content.xml.xz
release/11.0.16/p2.index
release/11.0.17/
release/11.0.17/Jetty-Updates-Updates-11.0.17.zip.sha256
release/11.0.17/Jetty-Updates-Updates-11.0.17.zip.sha512
release/11.0.17/artifacts.jar
release/11.0.17/artifacts.xml.xz
release/11.0.17/content.jar
release/11.0.17/content.xml.xz
release/11.0.17/p2.index
release/11.0.18/
release/11.0.18/Jetty-Updates-Updates-11.0.18.zip.sha256
release/11.0.18/Jetty-Updates-Updates-11.0.18.zip.sha512
release/11.0.18/artifacts.jar
release/11.0.18/artifacts.xml.xz
release/11.0.18/content.jar
release/11.0.18/content.xml.xz
release/11.0.18/p2.index
release/11.0.19/
release/11.0.19/Jetty-Updates-Updates-11.0.19.zip.sha256
release/11.0.19/Jetty-Updates-Updates-11.0.19.zip.sha512
release/11.0.19/artifacts.jar
release/11.0.19/artifacts.xml.xz
release/11.0.19/content.jar
release/11.0.19/content.xml.xz
release/11.0.19/p2.index
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/p2.index
release/latest/p2.inf

sent 3.89K bytes  received 4.25M bytes  2.84M bytes/sec
total size is 4.23M  speedup is 1.00
/usr/bin/rsync -avsh genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/jetty/milestone/S202402011434/ /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/S202402011434
receiving incremental file list
Jetty-Updates-Updates-S202402011434.zip
index.html
plugins/
plugins/org.eclipse.jetty.alpn.client_11.0.20.jar
plugins/org.eclipse.jetty.alpn.conscrypt.client_11.0.20.jar
plugins/org.eclipse.jetty.alpn.conscrypt.server_11.0.20.jar
plugins/org.eclipse.jetty.alpn.java.client_11.0.20.jar
plugins/org.eclipse.jetty.alpn.java.server_11.0.20.jar
plugins/org.eclipse.jetty.alpn.server_11.0.20.jar
plugins/org.eclipse.jetty.annotations_11.0.20.jar
plugins/org.eclipse.jetty.ant_11.0.20.jar
plugins/org.eclipse.jetty.apache-jsp_11.0.20.jar
plugins/org.eclipse.jetty.cdi_11.0.20.jar
plugins/org.eclipse.jetty.client_11.0.20.jar
plugins/org.eclipse.jetty.demos.async.rest.server_11.0.20.jar
plugins/org.eclipse.jetty.demos.async.rest_11.0.20.jar
plugins/org.eclipse.jetty.demos.demo-mock-resources_11.0.20.jar
plugins/org.eclipse.jetty.demos.demo-servlet-container-initializer_11.0.20.jar
plugins/org.eclipse.jetty.demos.embedded_11.0.20.jar
plugins/org.eclipse.jetty.demos.spec.fragment_11.0.20.jar
plugins/org.eclipse.jetty.deploy_11.0.20.jar
plugins/org.eclipse.jetty.documentation.asciidoctor.extensions_11.0.20.jar
plugins/org.eclipse.jetty.documentation_11.0.20.jar
plugins/org.eclipse.jetty.fcgi.client_11.0.20.jar
plugins/org.eclipse.jetty.fcgi.server_11.0.20.jar
plugins/org.eclipse.jetty.gcloud.session_11.0.20.jar
plugins/org.eclipse.jetty.glassfish.jstl_11.0.20.jar
plugins/org.eclipse.jetty.hazelcast_11.0.20.jar
plugins/org.eclipse.jetty.http.spi_11.0.20.jar
plugins/org.eclipse.jetty.http2.client.http_11.0.20.jar
plugins/org.eclipse.jetty.http2.client_11.0.20.jar
plugins/org.eclipse.jetty.http2.common_11.0.20.jar
plugins/org.eclipse.jetty.http2.hpack_11.0.20.jar
plugins/org.eclipse.jetty.http2.server_11.0.20.jar
plugins/org.eclipse.jetty.http3.client.http_11.0.20.jar
plugins/org.eclipse.jetty.http3.client_11.0.20.jar
plugins/org.eclipse.jetty.http3.common_11.0.20.jar
plugins/org.eclipse.jetty.http3.qpack_11.0.20.jar
plugins/org.eclipse.jetty.http3.server_11.0.20.jar
plugins/org.eclipse.jetty.http_11.0.20.jar
plugins/org.eclipse.jetty.infinispan.common_11.0.20.jar
plugins/org.eclipse.jetty.infinispan.embedded.query_11.0.20.jar
plugins/org.eclipse.jetty.infinispan.remote.query_11.0.20.jar
plugins/org.eclipse.jetty.io_11.0.20.jar
plugins/org.eclipse.jetty.jaas_11.0.20.jar
plugins/org.eclipse.jetty.jmx_11.0.20.jar
plugins/org.eclipse.jetty.jndi_11.0.20.jar
plugins/org.eclipse.jetty.jspc.plugin_11.0.20.jar
plugins/org.eclipse.jetty.keystore_11.0.20.jar
plugins/org.eclipse.jetty.logging_11.0.20.jar
plugins/org.eclipse.jetty.maven.plugin_11.0.20.jar
plugins/org.eclipse.jetty.memcached.session_11.0.20.jar
plugins/org.eclipse.jetty.nosql_11.0.20.jar
plugins/org.eclipse.jetty.openid_11.0.20.jar
plugins/org.eclipse.jetty.osgi.alpn.fragment_11.0.20.jar
plugins/org.eclipse.jetty.osgi.boot.jsp_11.0.20.jar
plugins/org.eclipse.jetty.osgi.boot.test.osgi_11.0.20.jar
plugins/org.eclipse.jetty.osgi.boot.warurl_11.0.20.jar
plugins/org.eclipse.jetty.osgi.boot_11.0.20.jar
plugins/org.eclipse.jetty.osgi.httpservice_11.0.20.jar
plugins/org.eclipse.jetty.plus_11.0.20.jar
plugins/org.eclipse.jetty.proxy_11.0.20.jar
plugins/org.eclipse.jetty.quic.client_11.0.20.jar
plugins/org.eclipse.jetty.quic.common_11.0.20.jar
plugins/org.eclipse.jetty.quic.quic-quiche-common_11.0.20.jar
plugins/org.eclipse.jetty.quic.quic-quiche-foreign-incubator_11.0.20.jar
plugins/org.eclipse.jetty.quic.quic-quiche-jna_11.0.20.jar
plugins/org.eclipse.jetty.quic.server_11.0.20.jar
plugins/org.eclipse.jetty.quickstart_11.0.20.jar
plugins/org.eclipse.jetty.rewrite_11.0.20.jar
plugins/org.eclipse.jetty.security.jaspi_11.0.20.jar
plugins/org.eclipse.jetty.security_11.0.20.jar
plugins/org.eclipse.jetty.server_11.0.20.jar
plugins/org.eclipse.jetty.servlet_11.0.20.jar
plugins/org.eclipse.jetty.servlets_11.0.20.jar
plugins/org.eclipse.jetty.start_11.0.20.jar
plugins/org.eclipse.jetty.unixdomain.server_11.0.20.jar
plugins/org.eclipse.jetty.unixsocket.client_11.0.20.jar
plugins/org.eclipse.jetty.unixsocket.common_11.0.20.jar
plugins/org.eclipse.jetty.unixsocket.server_11.0.20.jar
plugins/org.eclipse.jetty.util.ajax_11.0.20.jar
plugins/org.eclipse.jetty.util_11.0.20.jar
plugins/org.eclipse.jetty.webapp_11.0.20.jar
plugins/org.eclipse.jetty.websocket.api_11.0.20.jar
plugins/org.eclipse.jetty.websocket.client_11.0.20.jar
plugins/org.eclipse.jetty.websocket.common_11.0.20.jar
plugins/org.eclipse.jetty.websocket.core.client_11.0.20.jar
plugins/org.eclipse.jetty.websocket.core.common_11.0.20.jar
plugins/org.eclipse.jetty.websocket.core.server_11.0.20.jar
plugins/org.eclipse.jetty.websocket.jakarta.client_11.0.20.jar
plugins/org.eclipse.jetty.websocket.jakarta.common_11.0.20.jar
plugins/org.eclipse.jetty.websocket.jakarta.server_11.0.20.jar
plugins/org.eclipse.jetty.websocket.server_11.0.20.jar
plugins/org.eclipse.jetty.websocket.servlet_11.0.20.jar
plugins/org.eclipse.jetty.xml_11.0.20.jar

sent 1.82K bytes  received 16.00M bytes  10.67M bytes/sec
total size is 16.17M  speedup is 1.01
Mirroring '/home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/S202402011434' to '/home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.20'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-02-01 14:37:57.329
!MESSAGE Messages while mirroring artifact descriptors.
Recompose composites: /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty
Recompose: /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly
  <- N202310310805
  <- N202312200809
  <- N202312200825
  <- N202402011111
  <- N202402011425
Composing update site /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly
Composing update site /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/latest
Recompose: /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone
  <- S202402011434
Composing update site /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone
Composing update site /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/latest
Recompose: /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release
  <- 10.0.12
  <- 10.0.13
  <- 10.0.14
  <- 10.0.15
  <- 10.0.16
  <- 10.0.17
  <- 10.0.18
  <- 10.0.19
  <- 10.0.20
  <- 11.0.12
  <- 11.0.13
  <- 11.0.14
  <- 11.0.15
  <- 11.0.16
  <- 11.0.17
  <- 11.0.18
  <- 11.0.19
  <- 11.0.20
Composing update site /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release
Composing update site /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/latest
Cleaning milestones /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/S202402011434
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/latest
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202310310805
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202312200809
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202312200825
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202402011111
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202402011425
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/latest
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.12
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.13
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.14
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.15
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.16
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.17
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.18
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.19
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.20
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.12
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.13
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.14
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.15
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.16
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.17
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.18
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.19
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/latest
Generating downloads /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.20
Creating archive /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.20
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/latest/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.20/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.19/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.18/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.17/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.16/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.15/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.14/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.13/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/11.0.12/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.20/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.19/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.18/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.17/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.16/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.15/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.14/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.13/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/release/10.0.12/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/latest/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/milestone/S202402011434/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/latest/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202402011425/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202402011111/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202312200825/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202312200809/index.html
Generating /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/nightly/N202310310805/index.html
/usr/bin/rsync -avsh /home/jenkins/agent/workspace/jetty/jetty-mirror/jetty/target/jetty-sync/jetty/ genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/jetty/
sending incremental file list
./
index.html
milestone/
milestone/compositeArtifacts.jar
milestone/compositeContent.jar
milestone/index.html
milestone/p2.index
milestone/S202402011434/
milestone/S202402011434/STALE
milestone/S202402011434/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/N202310310805/
nightly/N202310310805/index.html
nightly/N202312200809/
nightly/N202312200809/index.html
nightly/N202312200825/
nightly/N202312200825/index.html
nightly/N202402011111/
nightly/N202402011111/index.html
nightly/N202402011425/
nightly/N202402011425/index.html
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/10.0.12/
release/10.0.12/index.html
release/10.0.13/
release/10.0.13/index.html
release/10.0.14/
release/10.0.14/index.html
release/10.0.15/
release/10.0.15/index.html
release/10.0.16/
release/10.0.16/index.html
release/10.0.17/
release/10.0.17/index.html
release/10.0.18/
release/10.0.18/index.html
release/10.0.19/
release/10.0.19/index.html
release/10.0.20/
release/10.0.20/index.html
release/11.0.12/
release/11.0.12/index.html
release/11.0.13/
release/11.0.13/index.html
release/11.0.14/
release/11.0.14/index.html
release/11.0.15/
release/11.0.15/index.html
release/11.0.16/
release/11.0.16/index.html
release/11.0.17/
release/11.0.17/index.html
release/11.0.18/
release/11.0.18/index.html
release/11.0.19/
release/11.0.19/index.html
release/11.0.20/
release/11.0.20/Jetty-Updates-Updates-11.0.20.zip
release/11.0.20/Jetty-Updates-Updates-11.0.20.zip.sha256
release/11.0.20/Jetty-Updates-Updates-11.0.20.zip.sha512
release/11.0.20/artifacts.jar
release/11.0.20/artifacts.xml.xz
release/11.0.20/content.jar
release/11.0.20/content.xml.xz
release/11.0.20/index.html
release/11.0.20/p2.index
release/11.0.20/plugins/
release/11.0.20/plugins/org.eclipse.jetty.alpn.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.alpn.conscrypt.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.alpn.conscrypt.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.alpn.java.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.alpn.java.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.alpn.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.annotations_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.ant_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.apache-jsp_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.cdi_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.demos.async.rest.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.demos.async.rest_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.demos.demo-mock-resources_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.demos.demo-servlet-container-initializer_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.demos.embedded_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.demos.spec.fragment_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.deploy_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.documentation.asciidoctor.extensions_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.documentation_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.fcgi.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.fcgi.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.gcloud.session_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.glassfish.jstl_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.hazelcast_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http.spi_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http2.client.http_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http2.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http2.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http2.hpack_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http2.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http3.client.http_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http3.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http3.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http3.qpack_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http3.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.http_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.infinispan.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.infinispan.embedded.query_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.infinispan.remote.query_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.io_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.jaas_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.jmx_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.jndi_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.jspc.plugin_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.keystore_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.logging_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.maven.plugin_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.memcached.session_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.nosql_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.openid_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.osgi.alpn.fragment_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.osgi.boot.jsp_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.osgi.boot.test.osgi_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.osgi.boot.warurl_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.osgi.boot_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.osgi.httpservice_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.plus_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.proxy_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quic.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quic.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quic.quic-quiche-common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quic.quic-quiche-foreign-incubator_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quic.quic-quiche-jna_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quic.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.quickstart_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.rewrite_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.security.jaspi_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.security_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.servlet_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.servlets_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.start_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.unixdomain.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.unixsocket.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.unixsocket.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.unixsocket.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.util.ajax_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.util_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.webapp_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.api_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.core.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.core.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.core.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.jakarta.client_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.jakarta.common_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.jakarta.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.server_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.websocket.servlet_11.0.20.jar
release/11.0.20/plugins/org.eclipse.jetty.xml_11.0.20.jar
release/latest/
release/latest/compositeArtifacts.jar
release/latest/compositeContent.jar
release/latest/index.html
release/latest/p2.index

sent 16.56M bytes  received 87.08K bytes  6.66M bytes/sec
total size is 45.80M  speedup is 2.75
/usr/bin/ssh genie.oomph@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/oomph/jetty -name DELETED); do
  echo rm -rf $(dirname $i)
  rm -rf $(dirname $i)
done
/usr/bin/ssh genie.oomph@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/oomph/jetty -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/oomph/jetty/nightly/N202402011425/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202402011425
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202402011111/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202402011111
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202312200825/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202312200825
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202310310805/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202310310805
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202312200809/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/nightly/N202312200809
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/milestone/S202402011434/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/milestone/S202402011434
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.14/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.14
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.12/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.12
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.13/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.13
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.15/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.15
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.14/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.14
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.20/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.20
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.17/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.17
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.19/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.19
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.12/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.12
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.17/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.17
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.18/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.18
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.16/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.16
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.20/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.20
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.19/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.19
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.16/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.16
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.15/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/11.0.15
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.13/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.13
touch -r /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.18/plugins /home/data/httpd/download.eclipse.org/oomph/jetty/release/10.0.18
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.728 s
[INFO] Finished at: 2024-02-01T14:38:03Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 178 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS